# HG changeset patch # User Stefano Rivera # Date 1302445325 -7200 # Node ID 9f3c2c0fcf01abbce2a0a4345302f551c7e4050e # Parent b8bed508036f54e906b6910de63ebbfa8a8a55dc include run_game.py in Unix tarball diff -r b8bed508036f -r 9f3c2c0fcf01 scripts/build_unix.sh --- 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} diff -r b8bed508036f -r 9f3c2c0fcf01 scripts/darwin-py2app.sh --- a/scripts/darwin-py2app.sh Sun Apr 10 16:17:21 2011 +0200 +++ b/scripts/darwin-py2app.sh Sun Apr 10 16:22:05 2011 +0200 @@ -17,7 +17,6 @@ echo "=== Setting up build environment ===" ./scripts/build_unix.sh -cp run_game.py ${BUILD_FOLDER} cd ${BUILD_FOLDER}