mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 15:27:48 +00:00
Update global.rs
This commit is contained in:
@@ -13,7 +13,7 @@ pub const GH_REPO: &str = "alterware-launcher";
|
||||
pub const GH_IW4X_OWNER: &str = "iw4x";
|
||||
pub const GH_IW4X_REPO: &str = "iw4x-client";
|
||||
pub const DEFAULT_MASTER: &str = "https://cdn.alterware.ovh";
|
||||
pub const BACKUP_MASTER: &str = "https://cdn.iw4x.getserve.rs";
|
||||
pub const BACKUP_MASTER: &str = "https://cdn.getserve.rs";
|
||||
|
||||
pub static MASTER_URL: Lazy<Mutex<String>> = Lazy::new(|| Mutex::new(String::from(DEFAULT_MASTER)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user