From 1f1816bbe080618f9b773a960e84d98ef0d58f42 Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Sun, 21 Jan 2024 06:41:05 -0700 Subject: [PATCH] whoops, not a global command, use ./ --- gamelauncher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamelauncher.sh b/gamelauncher.sh index cd2cbe4..2daa04d 100755 --- a/gamelauncher.sh +++ b/gamelauncher.sh @@ -31,4 +31,4 @@ export FONTCONFIG_PATH='' export EXE="$2" export LAUNCHARGS="$3" -ULWGL --verb=waitforexitandrun -- "$PROTONPATH"/proton waitforexitandrun "$EXE" "$LAUNCHARGS" +./ULWGL --verb=waitforexitandrun -- "$PROTONPATH"/proton waitforexitandrun "$EXE" "$LAUNCHARGS"