diff --git a/Makefile b/Makefile index 746cc3b..951ecc7 100755 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ package: #cd VM-source && qmake #cd VM-source && make #cd wine && make + make clean -j$(nproc) cp -rv helperset deb/opt/apps/deepin-wine-runner/ cp -rv VM-source/VirtualMachine VM cp -rv VM-source/deepin-wine-runner.svg VM diff --git a/RemoveQemuUser.sh b/RemoveQemuUser.sh index 6447ba4..95e2c71 100755 --- a/RemoveQemuUser.sh +++ b/RemoveQemuUser.sh @@ -1,12 +1,11 @@ #!/bin/bash # 判断是否有安装 Qemu User which qemu-i386 > /dev/null -if [[ !$? ]]; then - echo 您已安装过 Qemu User,按回车键后退出 +if [[ ! $? ]]; then + echo 您未安装 Qemu User,按回车键后退出 read exit 1 fi -sudo apt update sudo apt purge qemu-user -y echo 安装完成,按回车键后退出 read \ No newline at end of file diff --git a/mainwindow.py b/mainwindow.py index 509f437..3b5f9ba 100755 --- a/mainwindow.py +++ b/mainwindow.py @@ -2387,17 +2387,18 @@ exe路径\' 参数 \' 以及此脚本安装的 Wine 无法保证 100% 能使用,以及副作用是会提示; <code>N: 鉴于仓库 'https://community-packages.deepin.com/beige beige InRelease' 不支持 'i386' 体系结构,跳过配置文件 'main/binary-i386/Packages' 的获取。</code>''') updateThingsString = transla.transe("U", '''※1、Windows 应用适配工具新增系统资源显示; -※2、修复打包器(基于官方生态适配脚本)无法打开的问题; -※3、新增运行库功能安装,以实现使用 Qemu User 跨架构运行 Wine 的功能; -※4、修复 Chroot 容器的一些问题; -※5、修复在 Debian11 安装时缺失依赖 rar 的问题; -※6、新增安装 box86、box64 的功能; -7、修改程序内的部分网址; -8、作者信息变更; -9、支持禁用程序的多语言支持(默认禁用,因为是机翻的); -10、支持在程序本地翻译缺失的情况下自动机翻缺失语句; -11、从此版本开始不再区分吾爱版、Spark 版和 UOS 版; -12、新增下载量查询。 +※2、Windows 应用适配工具使用 C++ 重写; +※3、修复打包器(基于官方生态适配脚本)无法打开的问题; +※4、新增运行库功能安装,以实现使用 Qemu User 跨架构运行 Wine 的功能(理论上支持 3a4000 了,但没试过); +※5、修复 Chroot 容器的一些问题; +※6、修复在 Debian11 安装时缺失依赖 rar 的问题; +※7、新增安装 box86、box64 的功能; +8、修改程序内的部分网址; +9、作者信息变更; +10、支持禁用程序的多语言支持(默认禁用,因为是机翻的); +11、支持在程序本地翻译缺失的情况下自动机翻缺失语句; +12、从此版本开始不再区分吾爱版、Spark 版和 UOS 版; +13、新增下载量查询。 ''') for i in information["Thank"]: thankText += f"{i}\n"