From: Niki Roo Date: Wed, 27 Aug 2025 15:05:37 +0000 (+0200) Subject: custom start.sh fix X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=1edb6eb42379b2b390318964af5b2f8943ac2176;p=gamiki.git custom start.sh fix --- diff --git a/gamiki/support/custom_commands.py b/gamiki/support/custom_commands.py index d77c3f3..06f5773 100644 --- 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"