mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 23:32:58 +00:00
[RAPPS] Update rapps DB location to the new database
This commit is contained in:
parent
26da451ba5
commit
d564b4afc3
3 changed files with 4 additions and 3 deletions
|
@ -308,7 +308,7 @@ AvailableStrings::AvailableStrings()
|
|||
PathAppendW(szAppsPath.GetBuffer(MAX_PATH), L"rapps");
|
||||
szAppsPath.ReleaseBuffer();
|
||||
|
||||
szCabName = L"rappmgr.cab";
|
||||
szCabName = APPLICATION_DATABASE_NAME;
|
||||
szCabDir = szPath;
|
||||
szCabPath = szCabDir;
|
||||
PathAppendW(szCabPath.GetBuffer(MAX_PATH), szCabName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue