From 1edb6eb42379b2b390318964af5b2f8943ac2176 Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Wed, 27 Aug 2025 17:05:37 +0200 Subject: [PATCH] custom start.sh fix --- gamiki/support/custom_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.27.0