diff --git a/Makefile b/Makefile index 00b58d6..f62831d 100755 --- a/Makefile +++ b/Makefile @@ -151,7 +151,6 @@ package: dpkg-deb -Z xz -b /tmp/spark-deepin-wine-runner-builder spark-deepin-wine-runner.deb sudo rm -rfv /tmp/spark-deepin-wine-runner-builder - install: make build -j$(nproc) sudo apt update ; true diff --git a/README.md b/README.md index ebc4b86..5b6e20d 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-

Wine 运行器 3.3.0

+

Wine 运行器 3.3.0.1


## 介绍 @@ -136,6 +136,10 @@ desktop文件中StartupWMClass字段。用于让桌面组件将窗口类名与de ![image.png](https://storage.deepin.org/thread/202207190822204627_image.png) ## 更新日志 +### 3.3.0.1(2023年07月25日) +**※1、修复运行器打开主界面不进行任何操作但 CPU 占用率过高的问题** +**※2、修复运行器运行器(局部)无法正常移除的问题** + ### 3.3.0(2023年07月12日) **※1、简易打包器支持选择 Wine 版本以及修改打包生成的 deb 包的架构为 all;** **※2、修改容器自动配置脚本的 Gitlink 源为 Gitee 源** diff --git a/WineLib/remove.sh b/WineLib/remove.sh index 7d9e95c..681538a 100755 --- a/WineLib/remove.sh +++ b/WineLib/remove.sh @@ -1,7 +1,7 @@ #!/bin/bash CURRENT_DIR=$(cd $(dirname $0); pwd) cd $CURRENT_DIR -if [[ ! -f $CURRENT_DIR/usr/ ]]; then +if [[ ! -d $CURRENT_DIR/usr/ ]]; then echo 运行库未安装,按回车键退出 read exit @@ -9,6 +9,6 @@ fi rm -rfv lib rm -rfv lib64 rm -rfv usr -chmod 777 -Rv . +chmod 777 -Rv ../WineLib echo 删除完成!按回车键退出 read \ No newline at end of file diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control index dc9229a..6880b99 100755 --- a/deb/DEBIAN/control +++ b/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: spark-deepin-wine-runner -Version: 3.3.0 +Version: 3.3.0.1 Maintainer: gfdgd xi <3025613752@qq.com> Homepage: https://gitee.com/gfdgd-xi/deep-wine-runner Architecture: all diff --git a/information.json b/information.json index 95f5f45..7741901 100644 --- a/information.json +++ b/information.json @@ -1,5 +1,5 @@ { - "Version": "3.3.0", + "Version": "3.3.0.1", "Time": "未知", "Thank": [ "感谢 RacoonGX 的付出与贡献", diff --git a/mainwindow.py b/mainwindow.py index 35f831d..8a406e2 100755 --- a/mainwindow.py +++ b/mainwindow.py @@ -2502,7 +2502,12 @@ exe路径\' 参数 \' 千万不要中断后不删除源的情况下 apt upgrade !!!中断后只需重新打开脚本输入 repair 或者随意安装一个 Wine(会自动执行恢复操作)即可 以及此脚本安装的 Wine 无法保证 100% 能使用,以及副作用是会提示; N: 鉴于仓库 'https://community-packages.deepin.com/beige beige InRelease' 不支持 'i386' 体系结构,跳过配置文件 'main/binary-i386/Packages' 的获取。''') -updateThingsString = transla.transe("U", '''※1、简易打包器支持选择 Wine 版本以及修改打包生成的 deb 包的架构为 all; +updateThingsString = transla.transe("U", '''3.3.0.1: +※1、修复运行器打开主界面不进行任何操作但 CPU 占用率过高的问题 +※2、修复运行器运行器(局部)无法正常移除的问题 + +3.0.0.0: +※1、简易打包器支持选择 Wine 版本以及修改打包生成的 deb 包的架构为 all; ※2、修改容器自动配置脚本的 Gitlink 源为 Gitee 源 ※3、在安装更多 Wine 处安装 Wine 后主窗口 Wine 版本下拉框自动更新 ※4、设置打包器在 Ubuntu 依旧打包 xz 格式的 deb 包 @@ -2519,7 +2524,7 @@ updateThingsString = transla.transe("U", '''※1、简易打包器支持选择 W 15、修复部分组件没完全换源的问题,部分组件支持自动换可用源''') for i in information["Thank"]: thankText += f"{i}\n" -updateTime = "2023年07月12日" +updateTime = "2023年07月25日" aboutProgram = transla.transe("U", """

Wine运行器是一个能让Linux用户更加方便地运行Windows应用的程序,内置了对Wine图形化的支持、各种Wine工具、自制的Wine程序打包器和运行库安装工具等。

它同时还内置了基于VirtualBox制作的、专供小白使用的Windows虚拟机安装工具,可以做到只需下载系统镜像并点击安装即可,无需考虑虚拟机的安装、创建、分区等操作。

diff --git a/package-script/information.json b/package-script/information.json
index 95f5f45..7741901 100755
--- a/package-script/information.json
+++ b/package-script/information.json
@@ -1,5 +1,5 @@
 {
-    "Version": "3.3.0",
+    "Version": "3.3.0.1",
     "Time": "未知",
     "Thank": [
         "感谢 RacoonGX 的付出与贡献",