From 2195f42abc7c0fb354bacabade48cea5957feb00 Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Thu, 17 Aug 2023 20:26:08 +0200 Subject: [PATCH] fix: unix.. again --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 184f07e..0395162 100644 --- a/src/main.rs +++ b/src/main.rs @@ -53,7 +53,7 @@ fn self_update_available() -> bool { } #[cfg(not(windows))] -fn self_update() { +fn self_update(_update_only: bool) { if self_update_available() { println!("A new version of the AlterWare launcher is available."); println!("Download it at https://github.com/{}/releases/latest", REPO);