mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 02:52:03 +08:00
修复 wine install 安装星火应用商店源不会获取签名的问题
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
#!/usr/bin/env python3
|
||||
#########################################################################
|
||||
# 作者:gfdgd xi、为什么您不喜欢熊出没和阿布
|
||||
# 版本:1.5.2
|
||||
# 版本:1.5.3
|
||||
# 感谢:感谢 deepin-wine 团队,提供了 deepin-wine 给大家使用,让我能做这个程序
|
||||
# 基于 Python3 的 tkinter 构建
|
||||
#########################################################################
|
||||
#################
|
||||
# 引入所需的库
|
||||
#################
|
||||
from cProfile import run
|
||||
import os
|
||||
import sys
|
||||
import json
|
||||
@@ -366,7 +365,7 @@ fi
|
||||
except:
|
||||
traceback.print_exc()
|
||||
messagebox.showerror(title="错误", message="程序出现错误,错误信息:\n{}".format(traceback.format_exc()))
|
||||
label13_text_change("deb 包构建出现错误:{}".format(repr(e)))
|
||||
label13_text_change("deb 包构建出现错误")
|
||||
chang_textbox1_things(traceback.format_exc())
|
||||
disabled_or_NORMAL_all(True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user