修复 wine install 安装星火应用商店源不会获取签名的问题

This commit is contained in:
2022-07-08 23:27:47 +08:00
parent 485ac326bd
commit 51a5f20832
3 changed files with 72 additions and 3 deletions

View File

@@ -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)