mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-01-13 19:50:28 +00:00
Release: 3.0.0 Beta9
This commit is contained in:
parent
dd762d53b2
commit
4078395a89
@ -1,7 +1,7 @@
|
|||||||
class ConstConf {
|
class ConstConf {
|
||||||
static const String appVersion = "3.0.0 Beta8";
|
static const String appVersion = "3.0.0 Beta9";
|
||||||
static const int appVersionCode = 78;
|
static const int appVersionCode = 79;
|
||||||
static const String appVersionDate = "2025-12-17";
|
static const String appVersionDate = "2025-12-22";
|
||||||
static const _gameChannels = ["LIVE", "4.0_PREVIEW", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"];
|
static const _gameChannels = ["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
|
||||||
|
|||||||
@ -112,7 +112,7 @@ msix_config:
|
|||||||
publisher_display_name: xkeyC Studio
|
publisher_display_name: xkeyC Studio
|
||||||
identity_name: 56575xkeyC.MSE
|
identity_name: 56575xkeyC.MSE
|
||||||
publisher: CN=B54C897B-C263-4680-B6AB-4913C603DF87
|
publisher: CN=B54C897B-C263-4680-B6AB-4913C603DF87
|
||||||
msix_version: 3.0.8.0
|
msix_version: 3.0.9.0
|
||||||
logo_path: ./assets/app_logo.png
|
logo_path: ./assets/app_logo.png
|
||||||
capabilities: internetClient,allowElevation
|
capabilities: internetClient,allowElevation
|
||||||
languages: zh-cn
|
languages: zh-cn
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user