mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-13 01:58:27 +08:00
修复虚拟机工具在检测到 Qemu 磁盘但没有安装 Qemu 时无法启动的问题
This commit is contained in:
parent
226db3dfd6
commit
7794df8170
@ -14,7 +14,8 @@ if [[ 0 == $? ]]; then
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
# 检查是否有 QEMU
|
# 检查是否有 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
|
if [[ -f "$HOME/.config/deepin-wine-runner/QemuSetting.json" ]]; then
|
||||||
echo 有设置文件,读设置文件
|
echo 有设置文件,读设置文件
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
|
@ -2548,15 +2548,16 @@ updateThingsString = transla.transe("U", '''※1、修复简易打包器无法
|
|||||||
※4、高级打包器支持导出/导入填写信息
|
※4、高级打包器支持导出/导入填写信息
|
||||||
※5、Deepin 23 支持使用 Winetricks
|
※5、Deepin 23 支持使用 Winetricks
|
||||||
※6、新增视频教程入库
|
※6、新增视频教程入库
|
||||||
7、高级打包器支持隐藏输入框以及使用小字体
|
※7、修复虚拟机工具在检测到 Qemu 磁盘但没有安装 Qemu 时无法启动的问题
|
||||||
8、打包器提供 bcm 和 dcm wine 支持
|
8、高级打包器支持隐藏输入框以及使用小字体
|
||||||
9、修复星火 wine 配置错误问题
|
9、打包器提供 bcm 和 dcm wine 支持
|
||||||
10、打包器支持多线程打包
|
10、修复星火 wine 配置错误问题
|
||||||
11、修复升级工具问题:https://gitee.com/gfdgd-xi/uengine-runner/issues/I6ZRZX
|
11、打包器支持多线程打包
|
||||||
12、跟进打包器 run.sh 模板
|
12、修复升级工具问题:https://gitee.com/gfdgd-xi/uengine-runner/issues/I6ZRZX
|
||||||
13、云沙箱新增 cloud.vdnel.cn
|
13、跟进打包器 run.sh 模板
|
||||||
14、打包器新增分类 Game、System、AudioVideo
|
14、云沙箱新增 cloud.vdnel.cn
|
||||||
15、修复安装 Box64 时源里没有 libc6:armhf 导致无法安装的问题''')
|
15、打包器新增分类 Game、System、AudioVideo
|
||||||
|
16、修复安装 Box64 时源里没有 libc6:armhf 导致无法安装的问题''')
|
||||||
for i in information["Thank"]:
|
for i in information["Thank"]:
|
||||||
thankText += f"{i}\n"
|
thankText += f"{i}\n"
|
||||||
updateTime = "2023年08月09日"
|
updateTime = "2023年08月09日"
|
||||||
|
Loading…
Reference in New Issue
Block a user