mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 11:39:22 +00:00
fix typo
This commit is contained in:
parent
53a03294ca
commit
945fbaea5b
1 changed files with 0 additions and 2 deletions
|
@ -13,8 +13,6 @@ case $APP_IOS_TYPE in
|
|||
ICON_180_PATH=`pwd`/../../assets/images/cakewallet_icon_180.png;;
|
||||
esac
|
||||
|
||||
echo $ICON_120_PATH
|
||||
echo $ICON_180_PATH
|
||||
rm $DEST_DIR_PATH/app_icon_120.png
|
||||
rm $DEST_DIR_PATH/app_icon_180.png
|
||||
ln -s $ICON_120_PATH $DEST_DIR_PATH/app_icon_120.png
|
||||
|
|
Loading…
Reference in a new issue