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