Skip to content

Commit

Permalink
Update to 3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BLooD-DoG authored Oct 30, 2023
1 parent 98e6369 commit 167121d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macosx/ezQuake.app/Contents/MacOS/ezquake
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ DIRNAME="$HOME"/Library/Application\ Support/ezQuake
DIRNAME2="$PNAME"/../../..

if [ -f "$DIRNAME"/id1/pak0.pak ]; then
exec "$PNAME"/ezquake-darwin-x86_64 -basedir "$DIRNAME" $*
exec "$PNAME"/ezquake-darwin-arm64 -basedir "$DIRNAME" $*
elif [ -f "$DIRNAME2"/id1/pak0.pak ]; then
exec "$PNAME"/ezquake-darwin-x86_64 -basedir "$DIRNAME2" $*
exec "$PNAME"/ezquake-darwin-arm64 -basedir "$DIRNAME2" $*
else
mkdir -p "$DIRNAME"/id1
touch "$DIRNAME"/id1/Copy\ your\ pak0.pak\ and\ pak1.pak\ files\ here.txt
Expand Down
Binary file not shown.

0 comments on commit 167121d

Please sign in to comment.