mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-01-15 20:50:27 +00:00
bump: 3.0.0 Beta3 74
This commit is contained in:
parent
7d6f7879c4
commit
28789792ce
@ -1,7 +1,7 @@
|
|||||||
class ConstConf {
|
class ConstConf {
|
||||||
static const String appVersion = "3.0.0 Beta2";
|
static const String appVersion = "3.0.0 Beta3";
|
||||||
static const int appVersionCode = 73;
|
static const int appVersionCode = 74;
|
||||||
static const String appVersionDate = "2025-11-24";
|
static const String appVersionDate = "2025-11-26";
|
||||||
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
|
||||||
|
|||||||
@ -2,7 +2,7 @@ name: starcitizen_doctor
|
|||||||
description: Designed for "StarCitizen" players, providing many convenient functions.
|
description: Designed for "StarCitizen" players, providing many convenient functions.
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
version: 3.0.0+73
|
version: 3.0.1+74
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.8.0
|
sdk: ^3.8.0
|
||||||
@ -116,7 +116,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.0.0
|
msix_version: 3.0.1.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
|
||||||
|
|||||||
@ -4,7 +4,10 @@ version = "0.1.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
opt-level = "s"
|
opt-level = 3
|
||||||
|
lto = true
|
||||||
|
codegen-units = 1
|
||||||
|
debug = false
|
||||||
strip = "debuginfo"
|
strip = "debuginfo"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user