6 lines
226 B
Rust
Raw Normal View History

2023-08-29 06:47:40 +02:00
pub const MASTER: &str = "https://master.alterware.dev";
pub const GH_OWNER: &str = "mxve";
pub const GH_REPO: &str = "alterware-launcher";
2023-08-29 21:53:47 +02:00
pub const GH_IW4X_OWNER: &str = "iw4x";
pub const GH_IW4X_REPO: &str = "iw4x-client";