mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-06 00:07:48 +00:00
chore: remove us-cdn
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -19,7 +19,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "alterware-launcher"
|
name = "alterware-launcher"
|
||||||
version = "0.11.4"
|
version = "0.11.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake3",
|
"blake3",
|
||||||
"colored",
|
"colored",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "alterware-launcher"
|
name = "alterware-launcher"
|
||||||
version = "0.11.4"
|
version = "0.11.5"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
build = "res/build.rs"
|
build = "res/build.rs"
|
||||||
|
|
||||||
|
|||||||
@@ -12,10 +12,7 @@ pub const GH_OWNER: &str = "alterware";
|
|||||||
pub const GH_REPO: &str = "alterware-launcher";
|
pub const GH_REPO: &str = "alterware-launcher";
|
||||||
pub const DEFAULT_MASTER: &str = "https://cdn.alterware.ovh";
|
pub const DEFAULT_MASTER: &str = "https://cdn.alterware.ovh";
|
||||||
|
|
||||||
pub const CDN_HOSTS: [Server; 2] = [
|
pub const CDN_HOSTS: [Server; 1] = [Server::new("cdn.alterware.ovh")];
|
||||||
Server::new("cdn.alterware.ovh"),
|
|
||||||
Server::new("us-cdn.alterware.ovh"),
|
|
||||||
];
|
|
||||||
|
|
||||||
pub static USER_AGENT: Lazy<String> = Lazy::new(|| {
|
pub static USER_AGENT: Lazy<String> = Lazy::new(|| {
|
||||||
format!(
|
format!(
|
||||||
|
|||||||
Reference in New Issue
Block a user