From 9c049e7ae5c001d71de3ed95ee3a2f64bcef2982 Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Tue, 5 Dec 2023 21:42:54 +0800 Subject: [PATCH] bug fix --- lib/common/conf.dart | 4 ++-- lib/ui/home/home_ui_model.dart | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/common/conf.dart b/lib/common/conf.dart index 0ed0f80..e07acd4 100644 --- a/lib/common/conf.dart +++ b/lib/common/conf.dart @@ -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 = diff --git a/lib/ui/home/home_ui_model.dart b/lib/ui/home/home_ui_model.dart index 3b11192..439b0f8 100644 --- a/lib/ui/home/home_ui_model.dart +++ b/lib/ui/home/home_ui_model.dart @@ -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;