mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 01:53:41 +08:00
Release: 2.11.1 51
This commit is contained in:
parent
5eb0c6dda8
commit
725277eef7
@ -1,7 +1,7 @@
|
||||
class ConstConf {
|
||||
static const String appVersion = "2.11.0 Beta";
|
||||
static const int appVersionCode = 50;
|
||||
static const String appVersionDate = "2024-5-07";
|
||||
static const String appVersion = "2.11.1 Beta";
|
||||
static const int appVersionCode = 51;
|
||||
static const String appVersionDate = "2024-5-08";
|
||||
static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW"];
|
||||
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.11.0.0
|
||||
msix_version: 2.11.1.0
|
||||
logo_path: ./assets/app_logo.png
|
||||
capabilities: internetClient,allowElevation
|
||||
languages: zh-cn
|
||||
|
Loading…
Reference in New Issue
Block a user