mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-04 06:11:12 +00:00
bump: WEB 3.0.0
This commit is contained in:
parent
9e324c01fb
commit
2b7be216a8
@ -1,15 +1,8 @@
|
|||||||
class ConstConf {
|
class ConstConf {
|
||||||
static const String appVersion = "2.15.0";
|
static const String appVersion = "3.0.0";
|
||||||
static const int appVersionCode = 70;
|
static const int appVersionCode = 79;
|
||||||
static const String appVersionDate = "2025-11-8";
|
static const String appVersionDate = "2025-12-23";
|
||||||
static const _gameChannels = [
|
static const _gameChannels = ["LIVE", "4.0_PREVIEW", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"];
|
||||||
"LIVE",
|
|
||||||
"4.0_PREVIEW",
|
|
||||||
"PTU",
|
|
||||||
"EPTU",
|
|
||||||
"TECH-PREVIEW",
|
|
||||||
"HOTFIX",
|
|
||||||
];
|
|
||||||
static const isMSE = String.fromEnvironment("MSE", defaultValue: "false") == "true";
|
static const isMSE = String.fromEnvironment("MSE", defaultValue: "false") == "true";
|
||||||
static const win32AppId = isMSE
|
static const win32AppId = isMSE
|
||||||
? "56575xkeyC.MSE_bsn1nexg8e4qe!starcitizendoctor"
|
? "56575xkeyC.MSE_bsn1nexg8e4qe!starcitizendoctor"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user