mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-26 16:08:05 +08:00
修复简易打包器生产的deb无法运行的问题
This commit is contained in:
parent
4ecd03a520
commit
808cbfd228
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user