From 7794df8170cff53d55332868ca2c9d70e10e8923 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Wed, 9 Aug 2023 14:54:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=99=9A=E6=8B=9F=E6=9C=BA?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E5=9C=A8=E6=A3=80=E6=B5=8B=E5=88=B0=20Qemu?= =?UTF-8?q?=20=E7=A3=81=E7=9B=98=E4=BD=86=E6=B2=A1=E6=9C=89=E5=AE=89?= =?UTF-8?q?=E8=A3=85=20Qemu=20=E6=97=B6=E6=97=A0=E6=B3=95=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- StartVM.sh | 3 ++- mainwindow.py | 19 ++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/StartVM.sh b/StartVM.sh index 28ba2b7..b7d899b 100755 --- a/StartVM.sh +++ b/StartVM.sh @@ -14,7 +14,8 @@ if [[ 0 == $? ]]; then exit fi # 检查是否有 QEMU -if [[ -f "$HOME/Qemu/Windows/Windows.qcow2" ]]; then +which qemu-system-x86_64 +if [[ $? == 0 ]] && [[ -f "$HOME/Qemu/Windows/Windows.qcow2" ]]; then if [[ -f "$HOME/.config/deepin-wine-runner/QemuSetting.json" ]]; then echo 有设置文件,读设置文件 cd `dirname $0` diff --git a/mainwindow.py b/mainwindow.py index edfd084..9b196ca 100755 --- a/mainwindow.py +++ b/mainwindow.py @@ -2548,15 +2548,16 @@ updateThingsString = transla.transe("U", '''※1、修复简易打包器无法 ※4、高级打包器支持导出/导入填写信息 ※5、Deepin 23 支持使用 Winetricks ※6、新增视频教程入库 -7、高级打包器支持隐藏输入框以及使用小字体 -8、打包器提供 bcm 和 dcm wine 支持 -9、修复星火 wine 配置错误问题 -10、打包器支持多线程打包 -11、修复升级工具问题:https://gitee.com/gfdgd-xi/uengine-runner/issues/I6ZRZX -12、跟进打包器 run.sh 模板 -13、云沙箱新增 cloud.vdnel.cn -14、打包器新增分类 Game、System、AudioVideo -15、修复安装 Box64 时源里没有 libc6:armhf 导致无法安装的问题''') +※7、修复虚拟机工具在检测到 Qemu 磁盘但没有安装 Qemu 时无法启动的问题 +8、高级打包器支持隐藏输入框以及使用小字体 +9、打包器提供 bcm 和 dcm wine 支持 +10、修复星火 wine 配置错误问题 +11、打包器支持多线程打包 +12、修复升级工具问题:https://gitee.com/gfdgd-xi/uengine-runner/issues/I6ZRZX +13、跟进打包器 run.sh 模板 +14、云沙箱新增 cloud.vdnel.cn +15、打包器新增分类 Game、System、AudioVideo +16、修复安装 Box64 时源里没有 libc6:armhf 导致无法安装的问题''') for i in information["Thank"]: thankText += f"{i}\n" updateTime = "2023年08月09日"