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:
f255c02
)
custom start.sh fix
author
Niki Roo
<niki@nikiroo.be>
Wed, 27 Aug 2025 15:05:37 +0000
(17:05 +0200)
committer
Niki Roo
<niki@nikiroo.be>
Wed, 27 Aug 2025 15:05:37 +0000
(17:05 +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 d77c3f31ae499d1c4b82c0d8ed1b9e79d3a7de8a..06f57737bba21bf3ad618e864cdd2549ca542885 100644
(file)
--- a/
gamiki/support/custom_commands.py
+++ b/
gamiki/support/custom_commands.py
@@
-47,7
+47,7
@@
def cmd(prog:str, t:PurePath, lnk:PurePath, pre:PurePath=None) -> (list, dict):
elif (prog == "start_sh"):
if (program("launch.sh")):
cmd = [
- program("launch.sh"), "games", "--dlink",
p1
.as_posix()
+ program("launch.sh"), "games", "--dlink",
t
.as_posix()
]
env["OPTS"] = "--entrypoint=bash"