Skip to content

Commit

Permalink
pdfdir: add v0.3.0-beta34
Browse files Browse the repository at this point in the history
  • Loading branch information
qianlongzt committed Nov 5, 2024
1 parent d648b6f commit 120381e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions bucket/pdfdir.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": "v0.3.0-beta34",
"description": "PDF导航(大纲/目录)添加工具",
"homepage": "https://github.com/chroming/pdfdir",
"license": {
"identifier": "GPL-3.0 license",
"url": "https://github.com/chroming/pdfdir/blob/master/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/chroming/pdfdir/releases/download/v0.3.0-beta34/pdfdir_win.zip",
"hash": "0a4b59bb0bafbada40be81421350097e5c0c1d078a05fdf06f2f938f86c9ac58"
}
},
"shortcuts": [
[
"pdfdir.exe",
"pdfdir"
]
],
"checkver": {
"url": "https://api.github.com/repos/chroming/pdfdir/releases/latest",
"jsonpath": "$.name"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/chroming/pdfdir/releases/download/$version/pdfdir_win.zip"
}
}
}
}

0 comments on commit 120381e

Please sign in to comment.