mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-05 07:47:49 +00:00
keep .iw4xrevision
used by iw4x to determine if update is available
This commit is contained in:
@@ -324,7 +324,7 @@ async fn update(
|
||||
std::process::exit(0);
|
||||
}
|
||||
|
||||
let old_files = [".sha-sums", ".iw4xrevision"];
|
||||
let old_files = [".sha-sums"];
|
||||
for f in old_files {
|
||||
if dir.join(f).exists() {
|
||||
match fs::remove_file(dir.join(f)) {
|
||||
|
||||
Reference in New Issue
Block a user