fix: unix.. again

This commit is contained in:
mxve 2023-08-17 20:26:08 +02:00
parent f7635d4089
commit 2195f42abc

View File

@ -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);