diff --git a/lib/common/helper/log_helper.dart b/lib/common/helper/log_helper.dart index 60f80a1..abfc8af 100644 --- a/lib/common/helper/log_helper.dart +++ b/lib/common/helper/log_helper.dart @@ -80,6 +80,9 @@ class SCLoggerHelper { if (info.contains("Installing Star Citizen $v")) { installPath = "${info.split(" at ")[1]}\\$v"; } + if (info.contains("Verifying Star Citizen $v")) { + installPath = "${info.split(" at ")[1]}\\$v"; + } if (info.contains("Launching Star Citizen $v from")) { installPath = info .replaceAll("Launching Star Citizen $v from (", "")