mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-06-05 22:59:50 +08:00
修复APPRUN_CMD值错误的问题(https://gitee.com/gfdgd-xi/deep-wine-runner/issues/IAXE1T)
This commit is contained in:
parent
744d2aa262
commit
df561d3d03
@ -676,7 +676,7 @@ Description: {e3_text.text()}
|
|||||||
["@@@APPRUN_CMD@@@", [
|
["@@@APPRUN_CMD@@@", [
|
||||||
wine[wineVersion.currentText()],
|
wine[wineVersion.currentText()],
|
||||||
f"/opt/apps/{e1_text.text()}/files/wine/bin/wine"
|
f"/opt/apps/{e1_text.text()}/files/wine/bin/wine"
|
||||||
][os.path.exists(f'{debPackagePath}/opt/apps/{e1_text.text()}/files/')]],
|
][os.path.exists(f'{debPackagePath}/opt/apps/{e1_text.text()}/files/wine/')]],
|
||||||
["@@@EXEC_NAME@@@", os.path.basename(i[0].text().replace("\\", "/"))],
|
["@@@EXEC_NAME@@@", os.path.basename(i[0].text().replace("\\", "/"))],
|
||||||
["@@@ARCH@@@", debFirstArch.currentText()],
|
["@@@ARCH@@@", debFirstArch.currentText()],
|
||||||
["@@@APP_NAME@@@", i[3].text()],
|
["@@@APP_NAME@@@", i[3].text()],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user