This commit is contained in:
gfdgd_xi 2023-07-06 11:28:09 +08:00
parent 76d5d60c2b
commit ee6c7c45d8
2 changed files with 14 additions and 1 deletions

View File

@ -77,6 +77,19 @@ sudo apt upgrade
### 更新内容
#### V2.1.12023年07月06日
**※1、修复在 Ubuntu/Debian 安装 UEngine 时提示“该脚本不支持 deepin”的问题**
**※2、修复 UEngine 在 debian12 安装无法正常开启 UEngine 的问题;**
**※3、修复在 UEngine 程序菜单检查到 UEngine 不存在但是无法安装的问题;**
**※4、修复了 https://gitee.com/gfdgd-xi/uengine-runner/issues/I6B6C8 的问题;**
**※5、优化了 postinst 脚本;**
6、添加 zenity 依赖;
7、屏蔽在更新程序过程中杀死程序中输出的错误
8、修改下载 dtk 的网址。
![图片.png](https://storage.deepin.org/thread/202307061119021692_图片.png)
#### V2.1.02023年05月13日
**※1、修复源地址迁出 Gitlink**

View File

@ -22,7 +22,7 @@ rm -fr /opt/apps/com.gitee.uengine.runner.spark/files/api/__pycache__
rm -fr /opt/apps/com.gitee.uengine.runner.spark/files/__pycache__
rm -f /usr/bin/uengine-runner-applist-launch.sh
rm -f /usr/bin/uengine-runner-auto-install-bash
rm -f /usr/bin/uengine-loading-ubuntu
#rm -f /usr/bin/uengine-loading-ubuntu
# 删除软件残留,简单粗暴一点直接全部删掉,防止出现警告
# 加判断是为了怕 reinstall 后程序就再也打不开了(除非卸载后重新安装)
if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then