fix linux

This commit is contained in:
mxve 2023-11-06 22:33:58 +01:00
parent 09cec3f1ad
commit 9fe9f58e70

View File

@ -13,7 +13,7 @@ pub fn self_update_available() -> bool {
} }
#[cfg(not(windows))] #[cfg(not(windows))]
pub fn run(_update_only: bool, _args: Vec<String>) { pub fn run(_update_only: bool) {
if self_update_available() { if self_update_available() {
println!("A new version of the AlterWare launcher is available."); println!("A new version of the AlterWare launcher is available.");
println!( println!(