mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 06:33:43 +08:00
bug fix
This commit is contained in:
parent
1decb4c8a3
commit
9c049e7ae5
@ -18,8 +18,8 @@ import 'package:window_manager/window_manager.dart';
|
||||
import '../base/ui.dart';
|
||||
|
||||
class AppConf {
|
||||
static const String appVersion = "2.9.23-1 Beta";
|
||||
static const int appVersionCode = 32;
|
||||
static const String appVersion = "2.9.22 Beta";
|
||||
static const int appVersionCode = 33;
|
||||
static const String appVersionDate = "2023-12-05";
|
||||
|
||||
static const String giteaAttachmentsUrl =
|
||||
|
@ -228,7 +228,7 @@ class HomeUIModel extends BaseUIModel {
|
||||
return;
|
||||
}
|
||||
final eacFilePath =
|
||||
"${Platform.environment["appdata"]}\\EasyAntiCheat\\$eacID\\$eacDeploymentId\\easyanticheat_wow64_x64.eac";
|
||||
"${Platform.environment["appdata"]}\\EasyAntiCheat\\$eacID\\$eacDeploymentId\\anticheatlauncher.log";
|
||||
if (!await File(eacFilePath).exists()) {
|
||||
checkResult?.add(MapEntry("eac_not_install", eacPath));
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user