1 Commits

Author SHA1 Message Date
alterware
4e7f2fa03b chore: remove us-cdn 2025-11-30 17:43:43 +01:00
3 changed files with 3 additions and 6 deletions

2
Cargo.lock generated
View File

@@ -19,7 +19,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "alterware-launcher"
version = "0.11.4"
version = "0.11.5"
dependencies = [
"blake3",
"colored",

View File

@@ -1,6 +1,6 @@
[package]
name = "alterware-launcher"
version = "0.11.4"
version = "0.11.5"
edition = "2021"
build = "res/build.rs"

View File

@@ -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<String> = Lazy::new(|| {
format!(