diff scripts/build_unix.sh @ 585:9f3c2c0fcf01

include run_game.py in Unix tarball
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 10 Apr 2011 16:22:05 +0200
parents e4242abff401
children
line wrap: on
line diff
--- a/scripts/build_unix.sh	Sun Apr 10 16:17:21 2011 +0200
+++ b/scripts/build_unix.sh	Sun Apr 10 16:22:05 2011 +0200
@@ -10,7 +10,7 @@
 rm -rf ${BUILD_FOLDER}
 mkdir -p ${BUILD_FOLDER} dist
 
-hg archive ${BUILD_FOLDER}/ -I LICENSE.txt -I README.txt -I setup.py -I scripts -I data -I skaapsteker
+hg archive ${BUILD_FOLDER}/ -I LICENSE.txt -I README.txt  -I setup.py -I run_game.py -I scripts -I data -I skaapsteker
 
 cd build
 tar czf ../dist/${TARBALL_NAME} ${GAME_NAME}