Compare commits

...

3 Commits
3.6.0 ... 3.6.1

Author SHA1 Message Date
269c800341 3.6.1 2023-12-25 22:18:19 +08:00
1390ca65aa Repairing some machine can't open the runner problem 2023-12-25 22:13:03 +08:00
194f086b58 修改错别字 2023-12-24 11:59:27 +08:00
5 changed files with 14 additions and 7 deletions

View File

@@ -49,9 +49,10 @@ defultProgramList = {
programPath = os.path.split(os.path.realpath(__file__))[0] # 返回 string
iconPath = "{}/deepin-wine-runner.svg".format(programPath)
try:
setting = json.loads(readtxt(get_home() + "/.config/deepin-wine-runner/WineSetting.json"))
information = json.loads(readtxt(f"{programPath}/information.json"))
setting = json.loads(readtxt(get_home() + "/.config/deepin-wine-runner/WineSetting.json"))
except:
traceback.print_exc()
setting = defultProgramList
def SetFont(app):

View File

@@ -1,5 +1,5 @@
<p width=100px align="center"><img src="https://storage.deepin.org/thread/202208031419283599_deepin-wine-runner.png"></p>
<h1 align="center">Wine 运行器 3.6.0</h1>
<h1 align="center">Wine 运行器 3.6.1</h1>
<hr>
<a href='https://gitee.com/gfdgd-xi/deep-wine-runner/stargazers'><img src='https://gitee.com/gfdgd-xi/deep-wine-runner/badge/star.svg?theme=dark' alt='star'></img></a>
<a href='https://gitee.com/gfdgd-xi/deep-wine-runner/members'><img src='https://gitee.com/gfdgd-xi/deep-wine-runner/badge/fork.svg?theme=dark' alt='fork'></img></a>
@@ -120,6 +120,9 @@ desktop文件中StartupWMClass字段。用于让桌面组件将窗口类名与de
![image.png](https://storage.deepin.org/thread/202207190822204627_image.png)
## 更新日志
### 3.6.12023年12月25日
**※1、修复应用无法打开的问题**
### 3.6.02023年12月24日
**※1、修复高级打包器选择软件适配脚本后无法打包的问题 https://gitee.com/gfdgd-xi/deep-wine-runner/issues/I8I110**
**※2、支持调用 Deepin Wine8 Stable**

View File

@@ -1,8 +1,8 @@
{
"Version": "3.6.0",
"Version": "3.6.1",
"Time": "未知",
"Thank": [
"感 @ёжезийлёзйз 进行 Loongarch 架构的测试(旧世界,远程)",
"感 @ёжезийлёзйз 进行 Loongarch 架构的测试(旧世界,远程)",
"感谢 @run@3a4k 提供 3a4000 测试机器(远程)",
"感谢 RacoonGX 的付出与贡献",
"感谢 @Amber 编写的《使用wine运行器打包无安装包的软件》https://bbs.deepin.org/post/247720",

View File

@@ -2605,7 +2605,10 @@ exe路径\' 参数 \'
5、wine 容器如果没有指定,则会默认为 ~/.wine
6、如果可执行文件比较大的话会出现点击“获取该程序运行情况”出现假死的情况因为正在后台读取 SHA1只需要等一下即可读取速度依照您电脑处理速度、读写速度、可执行文件大小等有关
7、如果非 X86 的用户的 UOS 专业版用户想要使用的话,只需要在应用商店安装一个 Wine 版本微信即可在本程序选择正确的 Wine 运行程序;''')
updateThingsString = QtCore.QCoreApplication.translate("U", '''<b>3.6.0 更新内容:</b>
updateThingsString = QtCore.QCoreApplication.translate("U", '''<b>3.6.1 更新内容:</b>
※1、修复应用无法打开的问题
<b>3.6.0 更新内容:</b>
※1、修复高级打包器选择软件适配脚本后无法打包的问题 https://gitee.com/gfdgd-xi/deep-wine-runner/issues/I8I110
※2、支持调用 Deepin Wine8 Stable
※3、移除过时的 Wine 安装程序入口

View File

@@ -1,8 +1,8 @@
{
"Version": "3.6.0",
"Version": "3.6.1",
"Time": "未知",
"Thank": [
"感 @ёжезийлёзйз 进行 Loongarch 架构的测试(旧世界,远程)",
"感 @ёжезийлёзйз 进行 Loongarch 架构的测试(旧世界,远程)",
"感谢 @run@3a4k 提供 3a4000 测试机器(远程)",
"感谢 RacoonGX 的付出与贡献",
"感谢 @Amber 编写的《使用wine运行器打包无安装包的软件》https://bbs.deepin.org/post/247720",