mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-03-13 07:31:23 +08:00
feat: hotfix channel support
This commit is contained in:
parent
3ce635075c
commit
f283f4db43
@ -2,7 +2,7 @@ class ConstConf {
|
|||||||
static const String appVersion = "2.12.0";
|
static const String appVersion = "2.12.0";
|
||||||
static const int appVersionCode = 54;
|
static const int appVersionCode = 54;
|
||||||
static const String appVersionDate = "2024-6-28";
|
static const String appVersionDate = "2024-6-28";
|
||||||
static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW"];
|
static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"];
|
||||||
static const isMSE =
|
static const isMSE =
|
||||||
String.fromEnvironment("MSE", defaultValue: "false") == "true";
|
String.fromEnvironment("MSE", defaultValue: "false") == "true";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user