mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-13 01:58:27 +08:00
漏了
This commit is contained in:
parent
44c7d4fe3b
commit
ca5edef486
@ -2233,7 +2233,7 @@ def ToRpm():
|
|||||||
QtWidgets.QMessageBox.information(window, "提示", "打包完成!")
|
QtWidgets.QMessageBox.information(window, "提示", "打包完成!")
|
||||||
|
|
||||||
def ToTarZst():
|
def ToTarZst():
|
||||||
if os.system("debtap"):
|
if os.system("which debtap"):
|
||||||
QtWidgets.QMessageBox.critical(window, "错误", "无法找到 debtap 命令,请先安装 debtap")
|
QtWidgets.QMessageBox.critical(window, "错误", "无法找到 debtap 命令,请先安装 debtap")
|
||||||
return
|
return
|
||||||
os.system(f"debtap -Q '{e12_text.text()}'")
|
os.system(f"debtap -Q '{e12_text.text()}'")
|
||||||
|
Loading…
Reference in New Issue
Block a user