add use_https

close #70
This commit is contained in:
2024-02-07 12:05:57 +01:00
parent 32d1b129c8
commit fcdc875272
4 changed files with 56 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
pub const MASTER: &str = "http://cdn.alterware.ovh";
pub const MASTER: &str = "cdn.alterware.ovh";
pub const GH_OWNER: &str = "mxve";
pub const GH_REPO: &str = "alterware-launcher";
pub const GH_IW4X_OWNER: &str = "iw4x";