assaultfish/wizard.sh
2026-01-12 06:15:07 +09:00

17 lines
295 B
Bash
Executable file

#!/bin/sh
if [ -d build ]; then
echo "Run me from build, not top directory"
exit 1
fi
if [ "x$USE_WINE" = "x" ]; then
USE_WINE=false
fi
if [ ! "x$WINE" = "x" ]; then
W=$WINE
E=.exe
fi
$W ./engine/tools/gs_makepak$E base.pak ../engine/data
$W ./engine/tools/gs_makepak$E game.pak ../data