view scripts/build_unix.sh @ 10:72b619d01f4d

Package for scenes.
author Simon Cross <hodgestar+bzr@gmail.com>
date Sun, 22 Aug 2010 16:03:04 +0200
parents 0af30585e1b4
children a491233b39ae
line wrap: on
line source

#!/bin/bash

GAME_NAME="captured"

mkdir -p build/${GAME_NAME} dist

cp -r 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