From 72cfd2f7d3ee2da4a523f581b301848bee13ed9b Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sat, 4 May 2024 21:51:57 +0200 Subject: [PATCH] build: update theme link Signed-off-by: AuxXxilium --- scripts/func.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/func.sh b/scripts/func.sh index 94de6c4b..5176cb7b 100755 --- a/scripts/func.sh +++ b/scripts/func.sh @@ -188,7 +188,7 @@ function getTheme() { else TAG="$(curl -s https://api.github.com/repos/AuxXxilium/arc-theme/releases/latest | grep -oP '"tag_name": "\K(.*)(?=")')" fi - STATUS=$(curl -w "%{http_code}" -L "https://github.com/AuxXxilium/arc-theme/releases/download/${TAG}/arc-theme-${TAG}.zip" -o "${CACHE_FILE}") + STATUS=$(curl -w "%{http_code}" -L "https://github.com/AuxXxilium/arc-theme/releases/download/${TAG}/arc-theme.zip" -o "${CACHE_FILE}") echo "TAG=${TAG}; Status=${STATUS}" [ ${STATUS} -ne 200 ] && exit 1 # Unzip Theme