diff --git a/Makefile b/Makefile index ed54a2a..0fea2ed 100755 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +clean: + python3 RemovePycacheFile.py + build: echo 别云间 echo 三年羁旅客,今日又南冠。 diff --git a/README.md b/README.md index dd460ab..5bf803a 100755 --- a/README.md +++ b/README.md @@ -12,14 +12,20 @@ (测试平台:UOS 家庭版 21.3.1,deepin 20.8,UOS 专业版 1050) ## 程序相关网站 -作者个人站:https://gfdgd-xi.gitee.io -程序论坛:http://bbs.racoongx.cn +作者个人站:https://www.gfdgdxi.top 查询 APK 运行情况:https://gfdgd-xi.gitee.io/uengine-runner-info/ 星火应用商店:https://spark-app.store/ 星火社区:https://www.deepinos.org Deepin 官网:https://www.deepin.org Deepin 论坛:https://bbs.deepin.org +## 在 Deepin 23 Alpha2 安装 UEngine 运行器? +> 例如:https://gitee.com/gfdgd-xi/uengine-runner/issues/I6MBBC + +需要从以下链接补充依赖: +https://gfdgdxi.lanzoue.com/b01qiu22f +密码:dihl + ## 安装前必读 + **UEngine 安装时会自动把要安装的 apk 删除**,如果这个 apk 文件非常重要请**拷贝一个备份版并安装这个备份版或者在程序设置里面选择“备份APK包然后在安装后自动拷贝原先目录”选项** @@ -446,4 +452,14 @@ make install | WPS Office For Android | https://www.wps.cn/ | | 钉钉 for android | https://page.dingtalk.com/wow/dingtalk/act/download?spm=a3140.8196062.0.0.6f4c5c3dWBhYUM | -### ©2021-Now +### 更多软件 +[![gfdgd xi/Wine 运行器](https://gitee.com/gfdgd-xi/deep-wine-runner/widgets/widget_card.svg?colors=4183c4,ffffff,ffffff,e3e9ed,666666,9b9b9b)](https://gitee.com/gfdgd-xi/deep-wine-runner) +[![gfdgd xi/uengine 运行器](https://gitee.com/gfdgd-xi/uengine-runner/widgets/widget_card.svg?colors=4183c4,ffffff,ffffff,e3e9ed,666666,9b9b9b)](https://gitee.com/gfdgd-xi/uengine-runner) +[![gfdgd xi/Deepin Community Live CD](https://gitee.com/gfdgd-xi/deepin-community-live-cd/widgets/widget_card.svg?colors=4183c4,ffffff,ffffff,e3e9ed,666666,9b9b9b)](https://gitee.com/gfdgd-xi/deepin-community-live-cd) +[![gfdgd xi/国产 CPU 应用分享站](https://gitee.com/gfdgd-xi/apt-packages-websize-program/widgets/widget_card.svg?colors=4183c4,ffffff,ffffff,e3e9ed,666666,9b9b9b)](https://gitee.com/gfdgd-xi/apt-packages-websize-program) +[![gfdgd xi/简易远程桌面访问器](https://gitee.com/gfdgd-xi/simple-remote-desktop-accessor/widgets/widget_card.svg?colors=ffffff,ffffff,,e3e9ed,666666,9b9b9b)](https://gitee.com/gfdgd-xi/simple-remote-desktop-accessor) +[![星火社区作品集/星火应用商店(控制台版)](https://gitee.com/spark-community-works-collections/spark-store-console/widgets/widget_card.svg?colors=4183c4,ffffff,ffffff,e3e9ed,666666,9b9b9b)](https://gitee.com/spark-community-works-collections/spark-store-console) +[![星火社区作品集/spark-webapp-runtime 运行器](https://gitee.com/spark-community-works-collections/spark-webapp-runtime-runner/widgets/widget_card.svg?colors=4183c4,ffffff,ffffff,e3e9ed,666666,9b9b9b)](https://gitee.com/spark-community-works-collections/spark-webapp-runtime-runner) +[![gfdgd xi/定时器](https://gitee.com/gfdgd-xi/timer/widgets/widget_card.svg?colors=4183c4,ffffff,ffffff,e3e9ed,666666,9b9b9b)](https://gitee.com/gfdgd-xi/timer) + +### ©2021-Now gfdgd xi、为什么您不喜欢熊出没和阿布呢 diff --git a/information.json b/information.json index 0bf43e2..c36389f 100755 --- a/information.json +++ b/information.json @@ -5,8 +5,8 @@ "https://github.com/gfdgd-xi/uengine-runner", "https://gitlink.org.cn/gfdgd_xi/uengine-runner" ], - "Version": "2.0.1Alpha1", - "System": "Linux(deepin/UOS)", + "Version": "2.0.1", + "System": "Linux(deepin/UOS/Ubuntu22.04)", "Tips": [ "更多可见:https://gitee.com/gfdgd-xi/uengine-runner/wikis 或程序的更多帮助", "安装APK:点浏览按钮,选中需要安装的APK,然后点安装按钮", diff --git a/mainwindow.py b/mainwindow.py index ddb32ad..12a265d 100755 --- a/mainwindow.py +++ b/mainwindow.py @@ -819,7 +819,7 @@ def ShowHelp(): global webHelp # 先判断是否能连接服务器,如果能则访问线上版本,否则访问本地的帮助文件 sk = socket.socket(socket.AF_INET,socket.SOCK_STREAM) - sk.settimeout(1) + sk.settimeout(1000) url = "file://" + programPath + "/Help/index.html" try: sk.connect(("uengine-runner.gfdgdxi.top", 80)) @@ -1204,7 +1204,7 @@ class UpdateWindow(): echo 删除多余的安装包 rm -rfv /tmp/uengine-runner/update/* echo 关闭“UEngine 运行器” -python3 {programPath}/updatekiller.py +python3 "{programPath}/updatekiller.py" echo 下载安装包 wget -P /tmp/uengine-runner/update {UpdateWindow.data["Url"][0]} echo 安装安装包