diff --git a/README.md b/README.md
index eaa0991..1813088 100755
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-Wine 运行器 3.4.0
+Wine 运行器 3.4.0.1
@@ -138,6 +138,9 @@ desktop文件中StartupWMClass字段。用于让桌面组件将窗口类名与de
![image.png](https://storage.deepin.org/thread/202207190822204627_image.png)
## 更新日志
+### 3.4.0.1(2023年08月18日)
+**※1、修复部分高性能机器打包器提示“无效的压缩参数”:https://gitee.com/gfdgd-xi/deep-wine-runner/issues/I7SMTJ**
+
### 3.4.0(2023年08月11日)
**※1、修复简易打包器无法打开的问题以及 Wine 识别错误的问题**
**※2、高级打包器支持多 .desktop 分别设置不同的 MimeType**
diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control
index 06eb3ee..36b005f 100755
--- a/deb/DEBIAN/control
+++ b/deb/DEBIAN/control
@@ -1,5 +1,5 @@
Package: spark-deepin-wine-runner
-Version: 3.4.0
+Version: 3.4.0.1
Maintainer: gfdgd xi <3025613752@qq.com>
Homepage: https://gitee.com/gfdgd-xi/deep-wine-runner
Architecture: all
@@ -14,6 +14,6 @@ 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
Provides: spark.deepin-venturi-setter, spark-deepin-wine5-application-packer, spark-deepin-wine-runner-52
-Installed-Size: 76512
+Installed-Size: 83156
Description: Wine运行器是一个能让Linux用户更加方便地运行Windows应用的程序,内置了对Wine图形化的支持、各种Wine工具、自制的Wine程序打包器和运行库安装工具等。
它同时还内置了基于Qemu/VirtualBox制作的、专供小白使用的Windows虚拟机安装工具,可以做到只需下载系统镜像并点击安装即可,无需考虑虚拟机的安装、创建、分区等操作,也能在非 X86 架构安装 X86 架构的 Windows 操作系统(但是效率较低)。
diff --git a/information.json b/information.json
index c3331ad..557fc73 100644
--- a/information.json
+++ b/information.json
@@ -1,5 +1,5 @@
{
- "Version": "3.4.0",
+ "Version": "3.4.0.1",
"Time": "未知",
"Thank": [
"感谢 RacoonGX 的付出与贡献",
diff --git a/mainwindow.py b/mainwindow.py
index 55091d1..1e5b269 100755
--- a/mainwindow.py
+++ b/mainwindow.py
@@ -2539,7 +2539,11 @@ exe路径\' 参数 \'
5、wine 容器如果没有指定,则会默认为 ~/.wine;
6、如果可执行文件比较大的话,会出现点击“获取该程序运行情况”出现假死的情况,因为正在后台读取 SHA1,只需要等一下即可(读取速度依照您电脑处理速度、读写速度、可执行文件大小等有关);
7、如果非 X86 的用户的 UOS 专业版用户想要使用的话,只需要在应用商店安装一个 Wine 版本微信即可在本程序选择正确的 Wine 运行程序;''')
-updateThingsString = transla.transe("U", '''※1、修复简易打包器无法打开的问题以及 Wine 识别错误的问题
+updateThingsString = transla.transe("U", '''3.4.0.1 更新内容:
+※1、修复部分高性能机器打包器提示“无效的压缩参数”:https://gitee.com/gfdgd-xi/deep-wine-runner/issues/I7SMTJ
+
+3.4.0 更新内容:
+※1、修复简易打包器无法打开的问题以及 Wine 识别错误的问题
※2、高级打包器支持多 .desktop 分别设置不同的 MimeType
※3、修复运行器在 Ubuntu 23 的安装问题
※4、高级打包器支持导出/导入填写信息
@@ -2560,7 +2564,7 @@ updateThingsString = transla.transe("U", '''※1、修复简易打包器无法
19、修复安装 Box64 时源里没有 libc6:armhf 导致无法安装的问题''')
for i in information["Thank"]:
thankText += f"{i}\n"
-updateTime = "2023年08月11日"
+updateTime = "2023年08月18日"
aboutProgram = transla.transe("U", """Wine运行器是一个能让Linux用户更加方便地运行Windows应用的程序,内置了对Wine图形化的支持、各种Wine工具、自制的Wine程序打包器和运行库安装工具等。
它同时还内置了基于VirtualBox/Qemu制作的、专供小白使用的Windows虚拟机安装工具,可以做到只需下载系统镜像并点击安装即可,无需考虑虚拟机的安装、创建、分区等操作。
diff --git a/package-script/information.json b/package-script/information.json
index c3331ad..557fc73 100755
--- a/package-script/information.json
+++ b/package-script/information.json
@@ -1,5 +1,5 @@
{
- "Version": "3.4.0",
+ "Version": "3.4.0.1",
"Time": "未知",
"Thank": [
"感谢 RacoonGX 的付出与贡献",