diff --git a/lib/common/helper/log_helper.dart b/lib/common/helper/log_helper.dart index e7bcb51..ded2d69 100644 --- a/lib/common/helper/log_helper.dart +++ b/lib/common/helper/log_helper.dart @@ -67,7 +67,8 @@ class SCLoggerHelper { dPrint("find installPath == $installPath"); scInstallPaths.add(installPath); } else if (await File("$installPath/Bin64/StarCitizen.exe") - .exists()) { + .exists() && + await File("$installPath/Data.p4k").exists()) { dPrint("find installPath == $installPath"); scInstallPaths.add(installPath); }