Add build/singing scripts

This commit is contained in:
Tankred Hase 2014-07-24 09:40:00 +02:00
parent 8fa2641e78
commit 7b11b43dc4
2 changed files with 11 additions and 1 deletions

2
res/ant.properties Normal file
View File

@ -0,0 +1,2 @@
key.store=${user.home}/.keystore
key.alias=mykey

View File

@ -6,6 +6,14 @@ cd ..
DIR=release/cca
# create
rm -rf $DIR
mkdir -p $DIR
cca create $DIR/Whiteout --link-to=dist/manifest.json
cca create $DIR/Whiteout --link-to=dist/manifest.json
#prepare
cd $DIR/Whiteout
cca prepare
# cp signing config
cp ../../../res/ant.properties ./platforms/android/