From 18607597e925a1e536775d56df0b3de727ee0966 Mon Sep 17 00:00:00 2001 From: zarzet Date: Sun, 15 Mar 2026 19:41:25 +0700 Subject: [PATCH] fix: correct AltStore icon URL to assets/images/logo.png --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 459bc17d..2e4c6718 100644 --- a/apps.json +++ b/apps.json @@ -11,7 +11,7 @@ "versionDate": "2026-03-14", "downloadURL": "https://github.com/zarzet/SpotiFLAC-Mobile/releases/download/v3.8.0/SpotiFLAC-v3.8.0-ios-unsigned.ipa", "localizedDescription": "Mobile version of SpotiFLAC written in Flutter. Download Tracks in true FLAC from Tidal, Qobuz, & Amazon Music.", - "iconURL": "https://raw.githubusercontent.com/zarzet/SpotiFLAC-Mobile/main/assets/icon/icon.png", + "iconURL": "https://raw.githubusercontent.com/zarzet/SpotiFLAC-Mobile/main/assets/images/logo.png", "size": 33659289 } ]