view scripts/build_unix.sh @ 55:2e2f6ff54780

Part of the cryo door puzzle.
author Jeremy Thurgood <firxen@gmail.com>
date Mon, 23 Aug 2010 13:27:50 +0200
parents 9fdbfbc02a60
children 23d2c58369fc
line wrap: on
line source

#!/bin/bash

GAME_NAME="captured"

mkdir -p build/${GAME_NAME} dist

cp -r README.txt run_game.py gamelib Resources 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