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 {