mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-01-15 12:40:28 +00:00
feat: bump 2.14.4
This commit is contained in:
parent
6c940ce6f3
commit
80f87a8337
@ -1,7 +1,7 @@
|
|||||||
class ConstConf {
|
class ConstConf {
|
||||||
static const String appVersion = "2.14.3";
|
static const String appVersion = "2.14.4";
|
||||||
static const int appVersionCode = 67;
|
static const int appVersionCode = 68;
|
||||||
static const String appVersionDate = "2025-08-15";
|
static const String appVersionDate = "2025-10-26";
|
||||||
static const _gameChannels = [
|
static const _gameChannels = [
|
||||||
"LIVE",
|
"LIVE",
|
||||||
"4.0_PREVIEW",
|
"4.0_PREVIEW",
|
||||||
|
|||||||
@ -67,6 +67,7 @@ dependencies:
|
|||||||
watcher: ^1.1.4
|
watcher: ^1.1.4
|
||||||
path: ^1.9.1
|
path: ^1.9.1
|
||||||
crypto: ^3.0.6
|
crypto: ^3.0.6
|
||||||
|
xml: ^6.6.1
|
||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
http: ^1.5.0
|
http: ^1.5.0
|
||||||
intl: ^0.20.2
|
intl: ^0.20.2
|
||||||
@ -107,7 +108,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: 2.14.3.0
|
msix_version: 2.14.4.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