Skip to content

Commit

Permalink
做了个修改。
Browse files Browse the repository at this point in the history
感觉不能check for updates 了
  • Loading branch information
zzlb0224 committed Jun 6, 2024
1 parent 8ded7d4 commit 5de10d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 26 deletions.
17 changes: 0 additions & 17 deletions update.json

This file was deleted.

18 changes: 9 additions & 9 deletions zotero-plugin.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 5de10d6

Please sign in to comment.