view scripts/build_unix.sh @ 27:5c7bbbdf9296

Move inventory palette to the bottom left
author Neil Muller <neil@dip.sun.ac.za>
date Sun, 22 Aug 2010 18:44:19 +0200
parents a491233b39ae
children 9fdbfbc02a60
line wrap: on
line source

#!/bin/bash

GAME_NAME="captured"

mkdir -p build/${GAME_NAME} dist

cp -r README.txt run_game.py gamelib data build/${GAME_NAME}

cd build

# Add albow to our game
unzip ../deps/Albow-2.1.0.zip
mv Albow-2.1.0/albow ${GAME_NAME}
rm -rf Albow-2.1.0

tar czf ../dist/${GAME_NAME}.tgz captured