mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 06:33:43 +08:00
2.9.13 Beta
This commit is contained in:
parent
1cb0c85e63
commit
1d05364d4d
@ -17,9 +17,9 @@ import 'package:window_manager/window_manager.dart';
|
|||||||
import '../base/ui.dart';
|
import '../base/ui.dart';
|
||||||
|
|
||||||
class AppConf {
|
class AppConf {
|
||||||
static const String appVersion = "2.9.12 Beta";
|
static const String appVersion = "2.9.13 Beta";
|
||||||
static const int appVersionCode = 27;
|
static const int appVersionCode = 28;
|
||||||
static const String appVersionDate = "2023-11-03";
|
static const String appVersionDate = "2023-11-11";
|
||||||
|
|
||||||
static const String gitlabHomeUrl =
|
static const String gitlabHomeUrl =
|
||||||
"https://jihulab.com/StarCitizenCN_Community/StarCitizenDoctor";
|
"https://jihulab.com/StarCitizenCN_Community/StarCitizenDoctor";
|
||||||
|
@ -41,7 +41,8 @@ class UpgradeDialogUIModel extends BaseUIModel {
|
|||||||
doUpgrade() async {
|
doUpgrade() async {
|
||||||
if (AppConf.isMSE) {
|
if (AppConf.isMSE) {
|
||||||
launchUrlString("ms-windows-store://pdp/?productid=9NF3SWFWNKL1");
|
launchUrlString("ms-windows-store://pdp/?productid=9NF3SWFWNKL1");
|
||||||
return;
|
await Future.delayed(const Duration(seconds: 3));
|
||||||
|
exit(0);
|
||||||
}
|
}
|
||||||
isUpgrading = true;
|
isUpgrading = true;
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
|
Loading…
Reference in New Issue
Block a user