mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-22 19:53:43 +08:00
Release: 2.13.0 58
This commit is contained in:
parent
8a58719908
commit
8d07af2253
@ -1,7 +1,7 @@
|
|||||||
class ConstConf {
|
class ConstConf {
|
||||||
static const String appVersion = "2.12.3";
|
static const String appVersion = "2.13.0";
|
||||||
static const int appVersionCode = 57;
|
static const int appVersionCode = 58;
|
||||||
static const String appVersionDate = "2024-10-07";
|
static const String appVersionDate = "2024-11-03";
|
||||||
static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"];
|
static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"];
|
||||||
static const isMSE =
|
static const isMSE =
|
||||||
String.fromEnvironment("MSE", defaultValue: "false") == "true";
|
String.fromEnvironment("MSE", defaultValue: "false") == "true";
|
||||||
|
@ -69,7 +69,7 @@ class SettingsUIModel extends _$SettingsUIModel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Future<void> setLauncherPath(BuildContext context) async {
|
Future<void> setLauncherPath(BuildContext context) async {
|
||||||
await showToast(context, "${S.current.setting_toast_select_launcher_exe}");
|
await showToast(context, S.current.setting_toast_select_launcher_exe);
|
||||||
final r = await FilePicker.platform.pickFiles(
|
final r = await FilePicker.platform.pickFiles(
|
||||||
dialogTitle: S.current.setting_action_info_select_rsi_launcher_location,
|
dialogTitle: S.current.setting_action_info_select_rsi_launcher_location,
|
||||||
type: FileType.custom,
|
type: FileType.custom,
|
||||||
@ -90,7 +90,7 @@ class SettingsUIModel extends _$SettingsUIModel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Future<void> setGamePath(BuildContext context) async {
|
Future<void> setGamePath(BuildContext context) async {
|
||||||
await showToast(context, "${S.current.setting_toast_select_game_file}");
|
await showToast(context, S.current.setting_toast_select_game_file);
|
||||||
final r = await FilePicker.platform.pickFiles(
|
final r = await FilePicker.platform.pickFiles(
|
||||||
dialogTitle: S.current.setting_action_info_select_game_install_location,
|
dialogTitle: S.current.setting_action_info_select_game_install_location,
|
||||||
type: FileType.custom,
|
type: FileType.custom,
|
||||||
|
@ -100,7 +100,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.12.3.0
|
msix_version: 2.13.0.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