mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 11:39:22 +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
|
||||
"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 ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue