mirror of
https://github.com/moparisthebest/mail
synced 2024-11-14 05:05:10 -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
|