From 882e3ad8a45861d22de965104a2556a56df30877 Mon Sep 17 00:00:00 2001 From: IvanShao <31034547+mzit@users.noreply.github.com> Date: Wed, 8 May 2024 20:07:10 +0800 Subject: [PATCH] Update main.py fix bug --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 547352e..4e65df5 100644 --- a/main.py +++ b/main.py @@ -76,7 +76,7 @@ def handle_helper(app_base, target_helper, component_apps, SMExtra): target_helper (string): helper文件路径 """ subprocess.run("chmod +x ./tool/GenShineImpactStarter", shell=True) - subprocess.run(f"./tool/GenShineImpactStarter '{target_helper}' {"" if SMExtra is None else SMExtra}", shell=True) + subprocess.run(f"./tool/GenShineImpactStarter '{target_helper}' {'' if SMExtra is None else SMExtra}", shell=True) subprocess.run( f"./tool/insert_dylib '{app_base}/Contents/Frameworks/91QiuChenly.dylib' '{target_helper}' '{target_helper}'", shell=True,