fix: custom branch download url (#37)

This commit is contained in:
Slava 2025-07-07 17:32:09 +03:00 committed by GitHub
parent 95383538db
commit 9b66cecf13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -168,7 +168,7 @@ for ARCHIVE in "${ARCHIVES[@]}"; do
elif [[ "${BRANCH}" == "master" ]]; then
DOWNLOAD_URL="${BASE_URL}/${BRANCH}/${FILE}"
else
DOWNLOAD_URL="${BASE_URL}/branches/${FILE}"
DOWNLOAD_URL="${BASE_URL}/branches/${VERSION}/${FILE}"
fi
fi