From 4a73efe68030145a8e4f3c231ba9888183833f85 Mon Sep 17 00:00:00 2001 From: mahee96 <47920326+mahee96@users.noreply.github.com> Date: Sun, 22 Feb 2026 11:01:15 +0530 Subject: [PATCH] icons: fix incorrect name entry --- .../Resources/Icons.xcassets/Classic/App.imageset/Contents.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltStore/Resources/Icons.xcassets/Classic/App.imageset/Contents.json b/AltStore/Resources/Icons.xcassets/Classic/App.imageset/Contents.json index d7aaf31c..ee675700 100644 --- a/AltStore/Resources/Icons.xcassets/Classic/App.imageset/Contents.json +++ b/AltStore/Resources/Icons.xcassets/Classic/App.imageset/Contents.json @@ -1,7 +1,7 @@ { "images" : [ { - "filename" : "1024.png", + "filename" : "App.png", "idiom" : "universal" } ],