diff --git a/Cargo.lock b/Cargo.lock index fe5f4d5..b6ca7a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "alterware-launcher" -version = "0.11.4" +version = "0.11.5" dependencies = [ "blake3", "colored", diff --git a/Cargo.toml b/Cargo.toml index cc04421..048f378 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alterware-launcher" -version = "0.11.4" +version = "0.11.5" edition = "2021" build = "res/build.rs" diff --git a/src/global.rs b/src/global.rs index bc73bdb..1f8830f 100644 --- a/src/global.rs +++ b/src/global.rs @@ -12,10 +12,7 @@ pub const GH_OWNER: &str = "alterware"; pub const GH_REPO: &str = "alterware-launcher"; pub const DEFAULT_MASTER: &str = "https://cdn.alterware.ovh"; -pub const CDN_HOSTS: [Server; 2] = [ - Server::new("cdn.alterware.ovh"), - Server::new("us-cdn.alterware.ovh"), -]; +pub const CDN_HOSTS: [Server; 1] = [Server::new("cdn.alterware.ovh")]; pub static USER_AGENT: Lazy = Lazy::new(|| { format!(