From 25275c9f837fbdfe52663b7c3451996eb348a02b Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Sun, 21 Jan 2024 05:34:57 -0700 Subject: [PATCH] whoops, no hardcodey patheroni --- gamelauncher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamelauncher.sh b/gamelauncher.sh index 09993a0..cd2cbe4 100755 --- a/gamelauncher.sh +++ b/gamelauncher.sh @@ -31,4 +31,4 @@ export FONTCONFIG_PATH='' export EXE="$2" export LAUNCHARGS="$3" -/home/tcrider/ULWGL/ULWGL --verb=waitforexitandrun -- "$PROTONPATH"/proton waitforexitandrun "$EXE" "$LAUNCHARGS" +ULWGL --verb=waitforexitandrun -- "$PROTONPATH"/proton waitforexitandrun "$EXE" "$LAUNCHARGS"