1.9.0大体完成

This commit is contained in:
2022-08-11 21:54:20 +08:00
parent df344a398c
commit d8f482533c
87 changed files with 41771 additions and 784 deletions

View File

@@ -115,7 +115,8 @@ def PackageDeb():
QT.run.start()
def RunCommand(command):
commandReturn.append(command)
if command.replace("\n", "").replace(" ", "") != "":
commandReturn.append(command.replace("\n", ""))
def ShowHelp():
QtWidgets.QMessageBox.information(widget, "帮助", f"下面是有关打包器的各个输入框的意义以及有关的 UOS 填写标准\n{tips}")