mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-12 09:32:33 +00:00
Add macOS option for description message in configure_cake_wallet.sh
This commit is contained in:
parent
bf14a14db9
commit
1fe447000f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ PLATFORMS=($IOS $ANDROID $MACOS)
|
|||
PLATFORM=$1
|
||||
|
||||
if ! [[ " ${PLATFORMS[*]} " =~ " ${PLATFORM} " ]]; then
|
||||
echo "specify platform: ./configure_cake_wallet.sh ios|android"
|
||||
echo "specify platform: ./configure_cake_wallet.sh ios|android|macos"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue