From b45b88902c6258eda9246b8ed6f16402bba66661 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sun, 11 Sep 2022 22:26:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Icon/UltraISO.svg | 1275 ++++++++++++++++++++++++++++++++++++++++++++ deb/DEBIAN/control | 4 +- mainwindow.py | 11 +- 3 files changed, 1284 insertions(+), 6 deletions(-) create mode 100644 Icon/UltraISO.svg diff --git a/Icon/UltraISO.svg b/Icon/UltraISO.svg new file mode 100644 index 0000000..868d740 --- /dev/null +++ b/Icon/UltraISO.svg @@ -0,0 +1,1275 @@ + + + + diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control index 2e8e25a..e365e58 100755 --- a/deb/DEBIAN/control +++ b/deb/DEBIAN/control @@ -4,8 +4,8 @@ Maintainer: gfdgd xi <3025613752@qq.com>, 为什么您不喜欢熊出没和阿 Homepage: https://gitee.com/gfdgd-xi/deep-wine-runner, https://github.com/gfdgd-xi/deep-wine-runner, https://gitlink.org.cn/gfdgd_xi/deep-wine-runner Architecture: all Priority: optional -Depends: python3, python3-pil, python3-pil.imagetk, python3-pyquery, aria2, curl, unrar, unzip, python3-requests, fakeroot, bash, python3-pyqt5, python3-psutil, wimtools -Recommends: deepin-terminal, winbind +Depends: python3, python3-pil, python3-pil.imagetk, python3-pyquery, aria2, curl, unrar, unzip, python3-requests, fakeroot, bash, python3-pyqt5, python3-psutil, wimtools, deepin-terminal | mate-terminal | gnome-terminal | xfce4-terminal +Recommends: winbind Section: utils Conflicts: spark.deepin-venturi-setter, spark-deepin-wine5-application-packer, spark-deepin-wine-runner-52 Replaces: spark.deepin-venturi-setter, spark-deepin-wine5-application-packer, spark-deepin-wine-runner-52 diff --git a/mainwindow.py b/mainwindow.py index eebd719..37504d8 100755 --- a/mainwindow.py +++ b/mainwindow.py @@ -1632,12 +1632,13 @@ updateThingsString = '''※1、Dll 提取工具支持 NT 6.X 及以上版本的 ※4、支持安装 msi 文件 ※5、修复无法正常评分的问题 ※6、修复 QQ、TIM 安装后无法正常生成快捷方式的问题 -7、更新组件安装的离线列表 -8、不再强制依赖深度终端,只做推荐安装 +※7、基于生态适配活动的打包器更换为 spark-wine-helper 以及添加自动删除残留脚本 +8、更新组件安装的离线列表 +9、不再强制依赖深度终端,只做推荐安装 ''' for i in information["Thank"]: thankText += f"{i}\n" -updateTime = "2022年09月03日" +updateTime = "2022年09月11日" about = f'''
一个能让Linux用户更加方便运行Windows应用的程序,内置了对wine图形化的支持和各种Wine工具和自制Wine程序打包器、运行库安装工具等等
同时也内置了基于VirtualBox制作的小白Windows虚拟机安装工具,可以做到只需要用户下载系统镜像并点击安装即可,无需顾及虚拟机安装、创建、虚拟机的分区等等
@@ -1679,7 +1680,9 @@ iconListUnBuild = [ ] iconList = [ ["微信", "wineBottonPath/drive_c/Program Files/Tencent/WeChat/WeChat.exe"], - ["微信", "wineBottonPath/drive_c/Program Files (x86)/Tencent/WeChat/WeChat.exe"] + ["微信", "wineBottonPath/drive_c/Program Files (x86)/Tencent/WeChat/WeChat.exe"], + ["UltraISO", "wineBottonPath/drive_c/Program Files/UltraISO/UltraISO.exe"], + ["UltraISO", "wineBottonPath/drive_c/Program Files (x86)/UltraISO/UltraISO.exe"] ] for i in iconListUnBuild: iconList.append(i)