diff --git a/package.json b/package.json index f8b3d91..faa4db6 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "addonRef": "BetterNotes", "prefsPrefix": "extensions.zotero.Knowledge4Zotero", "addonInstance": "BetterNotes", - "updaterdf": "https://raw.githubusercontent.com/windingwind/zotero-better-notes/bootstrap/update.json" + "releasepage": "https://github.com/windingwind/zotero-better-notes/releases/latest/download/zotero-better-notes.xpi", + "updaterdf": "https://raw.githubusercontent.com/windingwind/zotero-better-notes/master/update.json" }, "main": "src/index.ts", "scripts": { @@ -85,4 +86,4 @@ "typescript": "^4.9.4", "zotero-types": "^1.0.14" } -} \ No newline at end of file +}