diff --git a/README.md b/README.md index 823f179..5acb47f 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# uengine 运行器 1.5.1 +# uengine 运行器 1.5.2 ### 介绍         新版本Deepin/UOS发布后,可以在应用商店安装部分官方已适配的安卓应用,对爱好者来说,不能自己安装APK软件包始终差点意思,本程序可以为Deepin/UOS上的UEngine安卓运行环境安装自定义APK软件包,并能发送安装的APK包启动菜单到桌面或系统菜单。 @@ -191,12 +191,14 @@ pip3 uninstall ttkthemes | :-: | :-: | | gfdgd xi | 3025613752@qq.com | | actionchen | 917981399@qq.com | +| 柚子 | https://gitee.com/Limexb | ### 相关项目 | 项目名称 | 项目地址 | | :-: | :-:| | uengine-installer | https://gitee.com/Maicss/uengine-installer | | uengine APK 打包器 | https://gitee.com/gfdgd-xi/uengine-apk-builder | +| Root UEngine | https://gitee.com/Limexb/root-uengine | ### 附测试生成图标无问题列表: **至于能不能用就不测试了,这暂时不是重点** diff --git a/build/opt/apps/uengine-runner/information.json b/build/opt/apps/uengine-runner/information.json index b79fa29..1cf40bb 100755 --- a/build/opt/apps/uengine-runner/information.json +++ b/build/opt/apps/uengine-runner/information.json @@ -132,6 +132,9 @@ "……" ], "Time": "2021年08月30日", - "Contribute": ["gfdgd xi<3025613752@qq.com>", - "actionchen<917981399@qq.com>"] + "Contribute": [ + "gfdgd xi<3025613752@qq.com>", + "actionchen<917981399@qq.com>", + "柚子" + ] } \ No newline at end of file diff --git a/com.gitee.uengine.runner.spark.deb b/com.gitee.uengine.runner.spark.deb index 5aa2337..efcbd0e 100755 Binary files a/com.gitee.uengine.runner.spark.deb and b/com.gitee.uengine.runner.spark.deb differ diff --git a/information.json b/information.json index b79fa29..1cf40bb 100755 --- a/information.json +++ b/information.json @@ -132,6 +132,9 @@ "……" ], "Time": "2021年08月30日", - "Contribute": ["gfdgd xi<3025613752@qq.com>", - "actionchen<917981399@qq.com>"] + "Contribute": [ + "gfdgd xi<3025613752@qq.com>", + "actionchen<917981399@qq.com>", + "柚子" + ] } \ No newline at end of file diff --git a/main.py b/main.py index 3b5bc03..f085329 100755 --- a/main.py +++ b/main.py @@ -954,7 +954,7 @@ Tk 版本 :{} 程序官网 :{} -系统版本 :{} +系统版本 : {} ©2021-{}'''.format(version, goodRunSystem, tk.TkVersion, programUrl, SystemVersion, time.strftime("%Y")) tips = "\n".join(information["Tips"]) diff --git a/new-deb-build/opt/apps/com.gitee.uengine.runner.spark/files/information.json b/new-deb-build/opt/apps/com.gitee.uengine.runner.spark/files/information.json index b79fa29..1cf40bb 100755 --- a/new-deb-build/opt/apps/com.gitee.uengine.runner.spark/files/information.json +++ b/new-deb-build/opt/apps/com.gitee.uengine.runner.spark/files/information.json @@ -132,6 +132,9 @@ "……" ], "Time": "2021年08月30日", - "Contribute": ["gfdgd xi<3025613752@qq.com>", - "actionchen<917981399@qq.com>"] + "Contribute": [ + "gfdgd xi<3025613752@qq.com>", + "actionchen<917981399@qq.com>", + "柚子" + ] } \ No newline at end of file diff --git a/spark-uengine-runner.deb b/spark-uengine-runner.deb index 954da31..7ad2c75 100755 Binary files a/spark-uengine-runner.deb and b/spark-uengine-runner.deb differ