mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 15:27:48 +00:00
restart required ex.code 101->201
rust panic returns 101, so this wasn't a good choice
This commit is contained in:
@@ -109,7 +109,7 @@ fn self_update(update_only: bool) {
|
||||
if !update_only {
|
||||
std::io::stdin().read_line(&mut String::new()).unwrap();
|
||||
}
|
||||
std::process::exit(101);
|
||||
std::process::exit(201);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user