Add macOS option for description message in configure_cake_wallet.sh

This commit is contained in:
m 2024-05-08 19:34:24 +01:00
parent bf14a14db9
commit 1fe447000f

View file

@ -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