mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 07:35:38 +00:00
Changed the filename for the old AppImage when using the application updater
This commit is contained in:
parent
8aa0f2f3d3
commit
53e73b397b
|
@ -303,7 +303,7 @@ bool GuiApplicationUpdater::installAppImage()
|
|||
return true;
|
||||
}
|
||||
|
||||
const std::string packageOldFile {packageTargetFile + "_OLD_" + PROGRAM_VERSION_STRING};
|
||||
const std::string packageOldFile {packageTargetFile + "_" + PROGRAM_VERSION_STRING + ".OLD"};
|
||||
|
||||
if (Utils::FileSystem::renameFile(packageTargetFile, packageOldFile, true)) {
|
||||
const std::string errorMessage {
|
||||
|
|
Loading…
Reference in a new issue