Skip to content

Commit f43d756

Browse files
Fix bug in updateURL
1 parent b76082d commit f43d756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: zotero-plugin.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig({
88
name: pkg.config.addonName,
99
id: pkg.config.addonID,
1010
namespace: pkg.config.addonRef,
11-
updateURL: `https://github.com/{{owner}}/{{repo}}/releases/download/latest/${
11+
updateURL: `https://github.com/{{owner}}/{{repo}}/releases/download/release/${
1212
pkg.version.includes("-") ? "update-beta.json" : "update.json"
1313
}`,
1414
xpiDownloadLink:

0 commit comments

Comments
 (0)