diff --git a/README.md b/README.md index e3eee49..feec10a 100755 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ sudo apt upgrade  ### 更新内容 -### V2.1.0(2023年05月13日) +#### V2.1.0(2023年05月13日) **※1、修复源地址(迁出 Gitlink);** **※2、优化 UEngine 安装器,可以在 Debian/Ubuntu 使用(Debian11/Debian10/Ubuntu20.04 需要安装 dtk(≥5.5),dtk 可以从 https://gitee.com/gfdgd-xi/dtk-sources-for-uos-apt/releases 获取);** **※3、UEngine 安装器不再强制安装 5.17.3 内核以运行 UEngine 运行环境,只要当前使用内核支持 binder 模块即可继续(安装前会进行检测,如果用 2.0.0/2.0.1 安装了 5.17.3 内核也可以继续使用该内核);** diff --git a/new-deb-build/DEBIAN/control b/new-deb-build/DEBIAN/control index 4036478..3fbd3e1 100755 --- a/new-deb-build/DEBIAN/control +++ b/new-deb-build/DEBIAN/control @@ -1,7 +1,7 @@ Package: com.gitee.uengine.runner.spark Source: com.gitee.uengine.runner.spark Replaces: spark-uengine-runner, com.gitee.uengine.runner.spark.ubuntu -Version: 2.1.0~alpha1 +Version: 2.1.0 Architecture: all Section: utils Installed-Size: 2920 @@ -11,15 +11,4 @@ Recommends: uengine, deepin-elf-verify, python3-pyqt5.qtwebengine Priority: optional Conflicts: spark-uengine-apk-builder, com.gitee.uengine.runner.spark.ubuntu Homepage: https://gitee.com/gfdgd-xi/uengine-runner -Description: UEngine 运行器,2.0.1 更新内容: - ※1、新增移除在 Ubuntu 上安装的 UEngine 及其附属脚本的功能 - ※2、优化 Ubuntu 安装器启用和安装逻辑,不允许在 UOS/Deepin 安装移植的 Ubuntu UEngine - ※3、Ubuntu 安装器不允许在非 X86 架构上使用 - ※4、在升级/安装运行器的 deb 时会自动移除安装错误的 UEngine 生成的脚本 - ※5、Ubuntu 安装器进行环境监测 - ※6、修复应用商店换源问题(由@Bail修复) - 6、修改作者信息 - 7、更新使用帮助 - 8、关于窗口修复系统失败错误的问题并新增安装包构建时间 - 9、移除赞赏功能 - 10、微型应用商店适配了更新关闭进程(由@Bail实现) +Description: 新版本Deepin/UOS发布后,可以在应用商店安装部分官方已适配的安卓应用,对爱好者来说,不能自己安装APK软件包始终差点意思,本程序可以为Deepin/UOS上的Uengine安卓运行环境安装/卸载/打包自定义APK软件包,并能发送安装的APK包启动菜单到桌面或系统菜单。 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 e764ea2..f0377c6 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 @@ -23,7 +23,7 @@ "5、如果想要使用adb连接UEngine或其他手机,请使用 1.2.0 以前的版本。(如需连接UEngine请安装adb补丁)" ], "Update": [ - "<b>V2.0.2:</b>", + "<b>V2.1.0:</b>", "※1、修复源地址(迁出 Gitlink);", "※2、优化 UEngine 安装器,可以在 Debian/Ubuntu 使用(Debian11/Debian10/Ubuntu20.04 需要安装 dtk(≥5.5),dtk 可以从 https://gitee.com/gfdgd-xi/dtk-sources-for-uos-apt/releases 获取);", "※3、UEngine 安装器不再强制安装 5.17.3 内核以运行 UEngine 运行环境,只要当前使用内核支持 binder 模块即可继续(安装前会进行检测,如果用 2.0.0/2.0.1 安装了 5.17.3 内核也可以继续使用该内核);", @@ -249,7 +249,7 @@ "11、deepin 终端", "……" ], - "Time": "2023-05-13 13:09:49 Linux-5.15.77-amd64-desktop-x86_64-with-Deepin-20.9-apricot", + "Time": "2023-05-13 13:28:55 Linux-5.15.77-amd64-desktop-x86_64-with-Deepin-20.9-apricot", "Contribute": [ "<b>感谢以下用户提供的问题、建议、图标、代码等,如果有遗漏,请及时与开发者联系添加,以及如果侵犯到您的合法权益,也及时与开发者联系:</p>", "<hr>", diff --git a/new-deb-build/opt/apps/com.gitee.uengine.runner.spark/files/uengine-runner-update-bug b/new-deb-build/opt/apps/com.gitee.uengine.runner.spark/files/uengine-runner-update-bug index a6bec0e..8627439 100755 --- a/new-deb-build/opt/apps/com.gitee.uengine.runner.spark/files/uengine-runner-update-bug +++ b/new-deb-build/opt/apps/com.gitee.uengine.runner.spark/files/uengine-runner-update-bug @@ -52,12 +52,6 @@ def OpenGiteeIssues(): def OpenGithubIssues(): webbrowser.open_new_tab("https://github.com/gfdgd-xi/uengine-runner/issues") -def OpenGitlinkIssues(): - webbrowser.open_new_tab("https://www.gitlink.org.cn/gfdgd_xi/uengine-runner/issues") - -def OpenProgramForum(): - webbrowser.open_new_tab("https://bbs.racoongx.cn/t/bugs") - # 获取用户主目录 def get_home()->"获取用户主目录": return os.path.expanduser('~') @@ -85,13 +79,11 @@ updateButton = QtWidgets.QPushButton("提交") otherUpload = QtWidgets.QHBoxLayout() giteeButton = QtWidgets.QPushButton("Gitee Issues") githubButton = QtWidgets.QPushButton("Github Issues") -gitlinkButton = QtWidgets.QPushButton("Gitlink Issues") -forumButton = QtWidgets.QPushButton("论坛反馈") otherUpload.addWidget(QtWidgets.QLabel("如果无法正常反馈,可以用其他方式反馈:")) otherUpload.addWidget(giteeButton) otherUpload.addWidget(githubButton) -otherUpload.addWidget(gitlinkButton) -otherUpload.addWidget(forumButton) +#otherUpload.addWidget(gitlinkButton) +#otherUpload.addWidget(forumButton) otherUpload.addSpacerItem(QtWidgets.QSpacerItem(20, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)) starMenu.addItems(["5分", "4分", "3分", "2分", "1分"]) widgetLayout.addWidget(QtWidgets.QLabel("你的昵称:"), 0, 0, 1, 1) @@ -106,9 +98,7 @@ widgetLayout.addLayout(otherUpload, 3, 0, 1, 5) widgetLayout.addWidget(updateButton, 3, 5, 1, 1) giteeButton.clicked.connect(OpenGiteeIssues) githubButton.clicked.connect(OpenGithubIssues) -gitlinkButton.clicked.connect(OpenGitlinkIssues) updateButton.clicked.connect(UpdateButtonClick) -forumButton.clicked.connect(OpenProgramForum) widget.setLayout(widgetLayout) window.setCentralWidget(widget) window.setWindowTitle(f"UEngine 运行器 {version} 问题/建议反馈")