mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-18 16:55:58 +00:00
Add build haven to build all script for ios
This commit is contained in:
parent
6eb06d75e3
commit
1874d7b2de
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ DIR=$(dirname "$0")
|
||||||
|
|
||||||
case $APP_IOS_TYPE in
|
case $APP_IOS_TYPE in
|
||||||
"monero.com") $DIR/build_monero_all.sh ;;
|
"monero.com") $DIR/build_monero_all.sh ;;
|
||||||
"cakewallet") $DIR/build_monero_all.sh ;;
|
"cakewallet") $DIR/build_monero_all.sh && $DIR/build_haven.sh ;;
|
||||||
"haven") $DIR/build_haven_all.sh ;;
|
"haven") $DIR/build_haven_all.sh ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue