2.9.7 Beta 23

This commit is contained in:
2023-11-01 19:40:50 +08:00
parent c0af7fdf7e
commit d77f556890
4 changed files with 7 additions and 3 deletions

View File

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