Skip to content

Commit

Permalink
chore: update release URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Loukious authored Nov 17, 2024
1 parent 0996362 commit 125e5d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ rm -f ./dist/${ZIP_FILENAME}
zip ../dist/${ZIP_FILENAME} -r * -x ".*" "*/.*"
)

RELEASE_URL="https://github.com/Loukious/Custom-Certificate-Authorities/releases/download/${VERSION}/${ZIP_FILENAME}"
CHANGELOG_URL="https://raw.githubusercontent.com/Loukious/Custom-Certificate-Authorities/master/CHANGELOG.md"
RELEASE_URL="https://github.com/Magisk-Modules-Alt-Repo/Custom-Certificate-Authorities/releases/download/${VERSION}/${ZIP_FILENAME}"
CHANGELOG_URL="https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/Custom-Certificate-Authorities/master/CHANGELOG.md"

echo "{
\"version\": \"${VERSION}\",
\"versionCode\": ${VERSION//[^0-9]/},
\"zipUrl\": \"${RELEASE_URL}\",
\"changelog\": \"${CHANGELOG_URL}\"
}" > ./dist/updateJson.json
}" > ./dist/updateJson.json

0 comments on commit 125e5d7

Please sign in to comment.