mirror of
https://github.com/moparisthebest/mail
synced 2024-12-21 23:08:50 -05:00
Updated cca release scripts for cca 0.5.1
This commit is contained in:
parent
6dffba9ff3
commit
bd327db4e8
2
res/android-release-keys.properties
Normal file
2
res/android-release-keys.properties
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
storeFile=/Users/tanx/.keystore
|
||||||
|
keyAlias=mykey
|
@ -1,2 +0,0 @@
|
|||||||
key.store=${user.home}/.keystore
|
|
||||||
key.alias=mykey
|
|
@ -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 .
|
@ -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
|
Loading…
Reference in New Issue
Block a user