changeset 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 b8bed508036f
children 30893ffec6f7 64992d05f523
files scripts/build_unix.sh scripts/darwin-py2app.sh
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
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}
--- 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}