mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 02:52:03 +08:00
调整更新内容
This commit is contained in:
@@ -2236,7 +2236,7 @@ def ToTarZst():
|
||||
if os.system("which debtap"):
|
||||
QtWidgets.QMessageBox.critical(window, "错误", "无法找到 debtap 命令,请先安装 debtap")
|
||||
return
|
||||
os.system(f"debtap -Q '{e12_text.text()}'")
|
||||
OpenTerminal(f"sudo debtap -Q '{e12_text.text()}'")
|
||||
QtWidgets.QMessageBox.information(window, "提示", "打包完成!")
|
||||
|
||||
bottleNameLock = False
|
||||
|
||||
Reference in New Issue
Block a user