whoops/v0.4.6
This commit is contained in:
parent
bb5b3f8bf9
commit
afda8902df
@ -16,7 +16,7 @@ pub fn self_update_available() -> bool {
|
|||||||
pub fn run(_update_only: bool) {
|
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!("Download it at {}", github::latest_release_url());
|
println!("Download it at {}", github::latest_release_url(GH_OWNER, GH_REPO));
|
||||||
println!("Launching in 10 seconds..");
|
println!("Launching in 10 seconds..");
|
||||||
thread::sleep(time::Duration::from_secs(10));
|
thread::sleep(time::Duration::from_secs(10));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user