develop
Petr Mrázek 2011-03-14 09:30:50 +01:00
parent 6ed74065d1
commit 3ed2630e33
1 changed files with 2 additions and 2 deletions

@ -1,7 +1,7 @@
#/bin/sh
# VARS
export DFHACK_VER=0.5.6
export DFHACK_VER=0.5.7
export PKG=dfhack-bin-$DFHACK_VER
export TARGET=Release
@ -17,4 +17,4 @@ rm $PKG.zip
mkdir $PKG
mv *.exe *.dll *.html *.txt *.xml $PKG
zip -r $PKG.zip $PKG
echo "DONE"
echo "DONE"