Skip to content

Commit

Permalink
scripts: flatpak: allow easy debugger attach
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Feb 5, 2023
1 parent f63f1a0 commit 30b6980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/flatpak/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ export XASH3D_BASEDIR="$XASHDATADIR"
echo "Base directory is $XASH3D_BASEDIR"

export XASH3D_EXTRAS_PAK1=/app/share/xash3d/valve/extras.pk3
exec /app/lib32/xash3d/xash3d "$@"
exec $DEBUGGER /app/lib32/xash3d/xash3d "$@"

0 comments on commit 30b6980

Please sign in to comment.