Skip to content

Commit f976d60

Browse files
committed
fix: releasePage
1 parent 150aa6f commit f976d60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prefsPrefix": "extensions.zotero.Knowledge4Zotero",
1010
"addonInstance": "BetterNotes",
1111
"dataSchemaVersion": "8",
12-
"releasepage": "https://github.com/windingwind/zotero-better-notes/releases/latest/download/zotero-better-notes.xpi",
12+
"releasePage": "https://github.com/windingwind/zotero-better-notes/releases/latest/download/zotero-better-notes.xpi",
1313
"updateJSON": "https://raw.githubusercontent.com/windingwind/zotero-addon-template/main/update.json"
1414
},
1515
"main": "src/index.ts",

update-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"updates": [
55
{
66
"version": "1.1.4-49",
7-
"update_link": "undefined/download/v1.1.4-49/zotero-better-notes.xpi",
7+
"update_link": "https://github.com/windingwind/zotero-better-notes/releases/latest/download/zotero-better-notes.xpi/download/v1.1.4-49/zotero-better-notes.xpi",
88
"applications": {
99
"zotero": {
1010
"strict_min_version": "6.999"

0 commit comments

Comments
 (0)