mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 09:29:48 +00:00
Fix type for android scripts
This commit is contained in:
parent
5ac56b95c3
commit
8e9111c447
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
ICON_PATH=""
|
ICON_PATH=""
|
||||||
DEST_PATH=`pwd`/../../assets/images/app_logo.png
|
DEST_PATH=`pwd`/../../assets/images/app_logo.png
|
||||||
|
|
||||||
case $APP_IOS_TYPE in
|
case $APP_ANDROID_TYPE in
|
||||||
"monero.com")
|
"monero.com")
|
||||||
ICON_PATH=`pwd`/../../assets/images/monero.com_logo.png;;
|
ICON_PATH=`pwd`/../../assets/images/monero.com_logo.png;;
|
||||||
"cakewallet")
|
"cakewallet")
|
||||||
|
|
Loading…
Reference in a new issue