Skip to content

Commit

Permalink
Merge pull request #1074 from Ganimoth/main
Browse files Browse the repository at this point in the history
Golden Hornet - launch script fix
  • Loading branch information
Cebion authored Dec 17, 2024
2 parents 5873003 + 633bb9f commit 3a649d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/goldenhornet/Golden Hornet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ESUDO chmod 666 /dev/tty0

GAMEDIR="/$directory/ports/goldenhornet"

export LD_LIBRARY_PATH="/usr/lib32:$GAMEDIR/libs":$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH="/usr/lib32:$GAMEDIR/libs:$LD_LIBRARY_PATH"
export GMLOADER_DEPTH_DISABLE=1
export GMLOADER_SAVEDIR="$GAMEDIR/gamedata/"
export GMLOADER_PLATFORM="os_linux"
Expand Down

0 comments on commit 3a649d5

Please sign in to comment.