修复简易打包器生产的deb无法运行的问题

This commit is contained in:
gfdgd xi 2024-04-28 22:19:08 +08:00
parent 4ecd03a520
commit 808cbfd228

View File

@ -572,7 +572,7 @@ class RunThread(QtCore.QThread):
["@@@Name@@@", exeName],
["@@@EXEC_PATH@@@", exePathInBottle],
["@@@Icon@@@", programIconPath],
["@@@Wine@@@", chooseWine]
["@@Wine@@", chooseWine]
]
debControl = ReplaceText(control, replaceMap)
debPostinst = ReplaceText(postinst, replaceMap)