932c41d369
- reduce github calls - latest_tag returns full tag - rev_to_int default to 0 on strip_prefix - lint
6 lines
226 B
Rust
6 lines
226 B
Rust
pub const MASTER: &str = "https://master.alterware.dev";
|
|
pub const GH_OWNER: &str = "mxve";
|
|
pub const GH_REPO: &str = "alterware-launcher";
|
|
pub const GH_IW4X_OWNER: &str = "iw4x";
|
|
pub const GH_IW4X_REPO: &str = "iw4x-client";
|