mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 11:39:22 +00:00
Fix typo for app_env.sh script
This commit is contained in:
parent
47943c53d7
commit
fac114960d
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -120,3 +120,4 @@ lib/monero/monero.dart
|
|||
ios/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_180.png
|
||||
ios/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_120.png
|
||||
android/app/src/main/res/
|
||||
assets/images/app_logo.png
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
scripts/ios/app_env.sh#!/bin/sh
|
||||
|
||||
APP_IOS_NAME=""
|
||||
APP_IOS_VERSION=""
|
||||
|
@ -26,7 +26,7 @@ if ! [[ " ${TYPES[*]} " =~ " ${APP_IOS_TYPE} " ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
case $APP_TYPE in
|
||||
case $APP_IOS_TYPE in
|
||||
$MONERO_COM)
|
||||
APP_IOS_NAME=$MONERO_COM_NAME
|
||||
APP_IOS_VERSION=$MONERO_COM_VERSION
|
||||
|
|
Loading…
Reference in a new issue