From 9047d5d68f5e80071013af3d4b7e44d96d8b4fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Tue, 23 Aug 2022 17:03:25 +0200 Subject: [PATCH] `sap` renamed to `SAP` And added `archiveName` to make sure we find the correct file and not the source code. --- fragments/labels/icons.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fragments/labels/icons.sh b/fragments/labels/icons.sh index 87fa428..b00a8b6 100644 --- a/fragments/labels/icons.sh +++ b/fragments/labels/icons.sh @@ -2,7 +2,8 @@ icons) # credit: Mischa van der Bent (@mischavdbent) name="Icons" type="zip" - downloadURL=$(downloadURLFromGit sap macOS-icon-generator ) - appNewVersion=$(versionFromGit sap macOS-icon-generator ) + archiveName="Icons.*.zip" + downloadURL=$(downloadURLFromGit SAP macOS-icon-generator ) + appNewVersion=$(versionFromGit SAP macOS-icon-generator ) expectedTeamID="7R5ZEU67FQ" ;;