fix: unix.. again
This commit is contained in:
parent
f7635d4089
commit
2195f42abc
@ -53,7 +53,7 @@ fn self_update_available() -> bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(windows))]
|
#[cfg(not(windows))]
|
||||||
fn self_update() {
|
fn self_update(_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!("Download it at https://github.com/{}/releases/latest", REPO);
|
println!("Download it at https://github.com/{}/releases/latest", REPO);
|
||||||
|
Loading…
Reference in New Issue
Block a user