mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-22 19:53:43 +08:00
Release: 2.12.3
This commit is contained in:
parent
f81aae82ab
commit
e37acfdaed
@ -1,7 +1,7 @@
|
||||
class ConstConf {
|
||||
static const String appVersion = "2.12.2";
|
||||
static const int appVersionCode = 56;
|
||||
static const String appVersionDate = "2024-6-28";
|
||||
static const String appVersion = "2.12.3";
|
||||
static const int appVersionCode = 57;
|
||||
static const String appVersionDate = "2024-10-07";
|
||||
static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"];
|
||||
static const isMSE =
|
||||
String.fromEnvironment("MSE", defaultValue: "false") == "true";
|
||||
|
@ -100,7 +100,7 @@ msix_config:
|
||||
publisher_display_name: xkeyC Studio
|
||||
identity_name: 56575xkeyC.MSE
|
||||
publisher: CN=B54C897B-C263-4680-B6AB-4913C603DF87
|
||||
msix_version: 2.12.2.0
|
||||
msix_version: 2.12.3.0
|
||||
logo_path: ./assets/app_logo.png
|
||||
capabilities: internetClient,allowElevation
|
||||
languages: zh-cn
|
||||
|
Loading…
Reference in New Issue
Block a user