mirror of
https://github.com/moparisthebest/mail
synced 2024-11-10 19:25:03 -05:00
9 lines
115 B
Bash
9 lines
115 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# go to root
|
||
|
cd `dirname $0`
|
||
|
cd ..
|
||
|
|
||
|
cd release/cca/Whiteout
|
||
|
|
||
|
./platforms/android/cordova/build --release
|