From 6c6b5ff67e7c7d7411bcf24682a6776f51a0a15d Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Tue, 11 Jul 2023 18:16:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=A9=E8=BF=9B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mainwindow.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mainwindow.py b/mainwindow.py index 2b88ddb..3dbd8e9 100755 --- a/mainwindow.py +++ b/mainwindow.py @@ -2415,10 +2415,10 @@ def CheckWine(): for k in os.listdir("/opt/exagear/images"): if not os.path.isdir(f"/opt/exagear/images/{k}"): continue - for i in canUseWineOld: - wine[f"使用Exagear容器运行库运行 {i}"] = f"bash '{programPath}/WineLib/run-more.sh' '/opt/exagear/images/{k}' {wine[i]}" - canUseWine.append(f"使用Exagear容器运行库运行 {i}") - untipsWine.append(f"使用Exagear容器运行库运行 {i}") + for i in canUseWineOld: + wine[f"使用Exagear容器运行库运行 {i}"] = f"bash '{programPath}/WineLib/run-more.sh' '/opt/exagear/images/{k}' {wine[i]}" + canUseWine.append(f"使用Exagear容器运行库运行 {i}") + untipsWine.append(f"使用Exagear容器运行库运行 {i}") except: traceback.print_exc() except: