This commit is contained in:
2023-12-05 21:42:54 +08:00
parent 1decb4c8a3
commit 9c049e7ae5
2 changed files with 3 additions and 3 deletions

View File

@ -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;