Skip to content

Commit

Permalink
fix latest release link
Browse files Browse the repository at this point in the history
  • Loading branch information
Vap0r1ze committed Jan 9, 2023
1 parent c51fc87 commit 0025ac7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Greasemonkey]: https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/
[Tampermonkey]: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo
[Latest Userscript]: https://github.com/Vap0r1ze/nasin-pona/releases/download/latest/NasinPona.user.js
[Releases Page]: https://github.com/Vap0r1ze/nasin-pona/releases
[Latest Userscript]: https://github.com/Vap0r1ze/nasin-sona/releases/latest/download/NasinSona.user.js
[Releases Page]: https://github.com/Vap0r1ze/nasin-sona/releases

# Nasin Sona

Expand Down
2 changes: 1 addition & 1 deletion scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (GITHUB_JOB === "do_release") {
meta["version"] = GITHUB_REF_NAME.slice(1)
meta[
"updateURL"
] = `https://github.com/${GITHUB_REPOSITORY}/releases/download/latest/${basename(
] = `https://github.com/${GITHUB_REPOSITORY}/releases/latest/download/${basename(
commonOptions.outfile!
)}`
}
Expand Down

0 comments on commit 0025ac7

Please sign in to comment.