comparison 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
comparison
equal deleted inserted replaced
584:b8bed508036f 585:9f3c2c0fcf01
8 TARBALL_NAME="${BUILD_NAME}.tgz" 8 TARBALL_NAME="${BUILD_NAME}.tgz"
9 9
10 rm -rf ${BUILD_FOLDER} 10 rm -rf ${BUILD_FOLDER}
11 mkdir -p ${BUILD_FOLDER} dist 11 mkdir -p ${BUILD_FOLDER} dist
12 12
13 hg archive ${BUILD_FOLDER}/ -I LICENSE.txt -I README.txt -I setup.py -I scripts -I data -I skaapsteker 13 hg archive ${BUILD_FOLDER}/ -I LICENSE.txt -I README.txt -I setup.py -I run_game.py -I scripts -I data -I skaapsteker
14 14
15 cd build 15 cd build
16 tar czf ../dist/${TARBALL_NAME} ${GAME_NAME} 16 tar czf ../dist/${TARBALL_NAME} ${GAME_NAME}