fix linux
This commit is contained in:
parent
09cec3f1ad
commit
9fe9f58e70
@ -13,7 +13,7 @@ pub fn self_update_available() -> bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(windows))]
|
#[cfg(not(windows))]
|
||||||
pub fn run(_update_only: bool, _args: Vec<String>) {
|
pub fn run(_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!(
|
println!(
|
||||||
|
Loading…
Reference in New Issue
Block a user