From 9fe9f58e70f64ca473950602d847d7f2aac19a4e Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Mon, 6 Nov 2023 22:33:58 +0100 Subject: [PATCH] fix linux --- src/self_update.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/self_update.rs b/src/self_update.rs index 554f57d..1a736a9 100644 --- a/src/self_update.rs +++ b/src/self_update.rs @@ -13,7 +13,7 @@ pub fn self_update_available() -> bool { } #[cfg(not(windows))] -pub fn run(_update_only: bool, _args: Vec) { +pub fn run(_update_only: bool) { if self_update_available() { println!("A new version of the AlterWare launcher is available."); println!(