diff --git a/1024.png b/AppIcon.png similarity index 100% rename from 1024.png rename to AppIcon.png diff --git a/iOS/Resources/Assets.xcassets/AppIcon.appiconset/1024.png b/iOS/Resources/Assets.xcassets/AppIcon.appiconset/AppIcon.png similarity index 100% rename from iOS/Resources/Assets.xcassets/AppIcon.appiconset/1024.png rename to iOS/Resources/Assets.xcassets/AppIcon.appiconset/AppIcon.png diff --git a/update.sh b/update.sh index dc1ec05..547b005 100755 --- a/update.sh +++ b/update.sh @@ -14,7 +14,7 @@ SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" cd "$SCRIPT_DIR" ZIP_FILE="NavidromePlayer.zip" -ICON_FILE="1024.png" +ICON_FILE="AppIcon.png" # Check zip exists if [ ! -f "$ZIP_FILE" ]; then diff --git a/watchOS/Resources/Assets.xcassets/AppIcon.appiconset/1024.png b/watchOS/Resources/Assets.xcassets/AppIcon.appiconset/AppIcon.png similarity index 100% rename from watchOS/Resources/Assets.xcassets/AppIcon.appiconset/1024.png rename to watchOS/Resources/Assets.xcassets/AppIcon.appiconset/AppIcon.png