Merge pull request #2405 from Trial97/fix_missing_manifest

Fix portable if manifest is missing
This commit is contained in:
Alexandru Ionut Tripon 2024-06-13 19:16:12 +03:00 committed by GitHub
commit 3fc5f56ed6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1113,7 +1113,6 @@ void PrismUpdaterApp::backupAppDir()
"Qt*.dll", "Qt*.dll",
}); });
} }
file_list.append("portable.txt");
logUpdate("manifest.txt empty or missing. making best guess at files to back up."); logUpdate("manifest.txt empty or missing. making best guess at files to back up.");
} }
logUpdate(tr("Backing up:\n %1").arg(file_list.join(",\n "))); logUpdate(tr("Backing up:\n %1").arg(file_list.join(",\n ")));