fix: error of update link due to branche rename

This commit is contained in:
Northword 2023-05-25 17:32:26 +08:00 committed by GitHub
parent a3758eee98
commit e597d2a858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}
}