mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
Merge pull request #2405 from Trial97/fix_missing_manifest
Fix portable if manifest is missing
This commit is contained in:
@ -1113,7 +1113,6 @@ void PrismUpdaterApp::backupAppDir()
|
||||
"Qt*.dll",
|
||||
});
|
||||
}
|
||||
file_list.append("portable.txt");
|
||||
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 ")));
|
||||
|
Reference in New Issue
Block a user