From 431cda358ff4aa59ab3c55acaa01924c30a8484a Mon Sep 17 00:00:00 2001 From: ardocrat Date: Wed, 25 Feb 2026 17:14:38 +0000 Subject: [PATCH] github: download win msi --- .github/download_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/download_release.sh b/.github/download_release.sh index f790bbc..705cc6e 100644 --- a/.github/download_release.sh +++ b/.github/download_release.sh @@ -5,7 +5,7 @@ REPO_NAME=$1 TAG=$2 DOWNLOAD_URL=${HOST}/${REPO_NAME}/releases/download/${TAG} -FILES=( "grim-${TAG}-android.apk" "grim-${TAG}-android-x86_64.apk" "grim-${TAG}-linux-arm.AppImage" "grim-${TAG}-linux-x86_64.AppImage" "grim-${TAG}-macos.zip" "grim-${TAG}-win-x86_64.zip" ) +FILES=( "grim-${TAG}-android.apk" "grim-${TAG}-android-x86_64.apk" "grim-${TAG}-linux-arm.AppImage" "grim-${TAG}-linux-x86_64.AppImage" "grim-${TAG}-macos.zip" "grim-${TAG}-win-x86_64.msi" "grim-${TAG}-win-x86_64.zip" ) # Download release files for f in "${FILES[@]}"; do