mail/res/cca_build.sh

19 lines
264 B
Bash
Raw Permalink Normal View History

#!/bin/sh
# go to root
cd `dirname $0`
cd ..
DIR=release/cca
2014-07-24 03:40:00 -04:00
# create
rm -rf $DIR
mkdir -p $DIR
2014-07-24 03:40:00 -04:00
cca create $DIR/Whiteout --link-to=dist/manifest.json
#prepare
cd $DIR/Whiteout
cca prepare
# cp signing config
cp ../../../res/ant.properties ./platforms/android/