diff --git a/update.json b/update.json deleted file mode 100644 index 59d8ee2c..00000000 --- a/update.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "addons": { - "annotationmanage@zknu.edu.cn": { - "updates": [ - { - "version": "0.6.13", - "update_link": "https://github.com/zzlb0224/zotero-annotation-manage/releases/latest/download/zotero-annotation-manage.xpi", - "applications": { - "zotero": { - "strict_min_version": "6.999" - } - } - } - ] - } - } -} diff --git a/zotero-plugin.config.ts b/zotero-plugin.config.ts index 153b3a88..27f2d699 100644 --- a/zotero-plugin.config.ts +++ b/zotero-plugin.config.ts @@ -39,15 +39,15 @@ export default defineConfig({ }, ], // If you want to checkout update.json into the repository, uncomment the following lines: - makeUpdateJson: { - hash: false, - }, - hooks: { - "build:makeUpdateJSON": (ctx) => { - copyFileSync("build/update.json", "update.json"); - copyFileSync("build/update-beta.json", "update-beta.json"); - }, - }, + // makeUpdateJson: { + // hash: false, + // }, + // hooks: { + // "build:makeUpdateJSON": (ctx) => { + // copyFileSync("build/update.json", "update.json"); + // copyFileSync("build/update-beta.json", "update-beta.json"); + // }, + // }, }, // release: { // bumpp: {