git://git.nikiroo.be
/
gamiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b88770b
)
custom: fix wine
author
Niki Roo
<niki@nikiroo.be>
Sat, 27 Sep 2025 09:59:41 +0000
(11:59 +0200)
committer
Niki Roo
<niki@nikiroo.be>
Sat, 27 Sep 2025 09:59:41 +0000
(11:59 +0200)
gamiki/support/custom_commands.py
patch
|
blob
|
blame
|
history
diff --git
a/gamiki/support/custom_commands.py
b/gamiki/support/custom_commands.py
index 69b63b055da0e554ec058ee0752d1307aa973358..d08d236273f74e44496763ad6a5540315e419398 100644
(file)
--- a/
gamiki/support/custom_commands.py
+++ b/
gamiki/support/custom_commands.py
@@
-37,7
+37,7
@@
def cmd(prog:str, t:PurePath, lnk:PurePath, pre:PurePath=None) -> (list, dict):
cmd = [ program("app.sh"),"--wait", "dosbox", "--ddlink", t.as_posix() ]
elif (prog == "wine"):
cmd = [
- program("app.sh"), "wine", "--ddlink", t.as_posix(),
+ program("app.sh"), "
--wait", "
wine", "--ddlink", t.as_posix(),
"--prefix", pre.as_posix()
]
elif (prog == "qemu"):