From 6793511bcf1e02e534cd55c808fc0f2ce331ad19 Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Fri, 12 Apr 2024 20:05:07 +0800 Subject: [PATCH] feat: compatible RSI launcher 2.0 --- lib/common/helper/log_helper.dart | 3 +++ 1 file changed, 3 insertions(+) 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 (", "")