[RAPPS] Update rapps DB location to the new database

This commit is contained in:
Mark Jansen 2020-09-20 22:12:19 +02:00
parent 26da451ba5
commit d564b4afc3
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
3 changed files with 4 additions and 3 deletions

View file

@ -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);