Skip to content

Commit

Permalink
Fix updateURL to link to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic-DallOsto committed Aug 27, 2024
1 parent 3f65210 commit 923212c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zotero-plugin.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineConfig({
name: pkg.config.addonName,
id: pkg.config.addonID,
namespace: pkg.config.addonRef,
updateURL: `https://github.com/{{owner}}/{{repo}}/releases/download/release/${
updateURL: `https://github.com/{{owner}}/{{repo}}/releases/latest/download/${
pkg.version.includes("-") ? "update-beta.json" : "update.json"
}`,
xpiDownloadLink:
Expand Down

0 comments on commit 923212c

Please sign in to comment.