Updated cca release scripts for cca 0.5.1

This commit is contained in:
Tankred Hase 2014-12-19 17:05:56 +01:00
parent 6dffba9ff3
commit bd327db4e8
4 changed files with 7 additions and 5 deletions

View File

@ -0,0 +1,2 @@
storeFile=/Users/tanx/.keystore
keyAlias=mykey

View File

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

View File

@ -16,4 +16,4 @@ cd $DIR/Whiteout
cca prepare cca prepare
# cp signing config # cp signing config
cp ../../../res/ant.properties ./platforms/android/ cp ../../../res/android-release-keys.properties .

View File

@ -4,6 +4,8 @@
cd `dirname $0` cd `dirname $0`
cd .. cd ..
cd release/cca/Whiteout DIR=release/cca
./platforms/android/cordova/build --release #prepare
cd $DIR/Whiteout
cca build android --release