mirror of
https://github.com/moparisthebest/mail
synced 2024-12-21 23:08:50 -05:00
Add build/singing scripts
This commit is contained in:
parent
8fa2641e78
commit
7b11b43dc4
2
res/ant.properties
Normal file
2
res/ant.properties
Normal file
@ -0,0 +1,2 @@
|
||||
key.store=${user.home}/.keystore
|
||||
key.alias=mykey
|
@ -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/
|
Loading…
Reference in New Issue
Block a user