This commit is contained in:
2023-10-28 20:57:38 +08:00
parent 6edda9bdc4
commit 447c314164
3 changed files with 4 additions and 4 deletions

View File

@ -183,7 +183,7 @@ class ToolsUIModel extends BaseUIModel {
return;
}
scInstallPaths = await SCLoggerHelper.getGameInstallPath(listData,
checkExists: false, withVersion: ["LIVE", "PTU", "EVO"]);
checkExists: false, withVersion: ["LIVE", "PTU", "EPTU"]);
if (scInstallPaths.isNotEmpty) {
scInstalledPath = scInstallPaths.first;
}