From 4e7f2fa03bc406f1bafea2b7d62b47f170e106cd Mon Sep 17 00:00:00 2001 From: alterware Date: Sun, 30 Nov 2025 17:43:43 +0100 Subject: [PATCH] chore: remove us-cdn --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/global.rs | 5 +---- 3 files changed, 3 insertions(+), 6 deletions(-) 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!(