fix: unix.. again
This commit is contained in:
parent
58423863f5
commit
f98e9ffed2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user