From 53e73b397b92b20a5f5b6dedd4378f6b56f9f99e Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Tue, 11 Jul 2023 17:06:49 +0200 Subject: [PATCH] Changed the filename for the old AppImage when using the application updater --- es-app/src/guis/GuiApplicationUpdater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/guis/GuiApplicationUpdater.cpp b/es-app/src/guis/GuiApplicationUpdater.cpp index 1aa4ab18d..b5f1e2778 100644 --- a/es-app/src/guis/GuiApplicationUpdater.cpp +++ b/es-app/src/guis/GuiApplicationUpdater.cpp @@ -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 {