mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-27 16:38:06 +08:00
修复简易打包器生产的deb无法运行的问题
This commit is contained in:
parent
4ecd03a520
commit
808cbfd228
@ -572,7 +572,7 @@ class RunThread(QtCore.QThread):
|
|||||||
["@@@Name@@@", exeName],
|
["@@@Name@@@", exeName],
|
||||||
["@@@EXEC_PATH@@@", exePathInBottle],
|
["@@@EXEC_PATH@@@", exePathInBottle],
|
||||||
["@@@Icon@@@", programIconPath],
|
["@@@Icon@@@", programIconPath],
|
||||||
["@@@Wine@@@", chooseWine]
|
["@@Wine@@", chooseWine]
|
||||||
]
|
]
|
||||||
debControl = ReplaceText(control, replaceMap)
|
debControl = ReplaceText(control, replaceMap)
|
||||||
debPostinst = ReplaceText(postinst, replaceMap)
|
debPostinst = ReplaceText(postinst, replaceMap)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user