Skip to content

Commit 120381e

Browse files
committed
pdfdir: add v0.3.0-beta34
1 parent d648b6f commit 120381e

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

bucket/pdfdir.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"version": "v0.3.0-beta34",
3+
"description": "PDF导航(大纲/目录)添加工具",
4+
"homepage": "https://github.com/chroming/pdfdir",
5+
"license": {
6+
"identifier": "GPL-3.0 license",
7+
"url": "https://github.com/chroming/pdfdir/blob/master/LICENSE"
8+
},
9+
"architecture": {
10+
"64bit": {
11+
"url": "https://github.com/chroming/pdfdir/releases/download/v0.3.0-beta34/pdfdir_win.zip",
12+
"hash": "0a4b59bb0bafbada40be81421350097e5c0c1d078a05fdf06f2f938f86c9ac58"
13+
}
14+
},
15+
"shortcuts": [
16+
[
17+
"pdfdir.exe",
18+
"pdfdir"
19+
]
20+
],
21+
"checkver": {
22+
"url": "https://api.github.com/repos/chroming/pdfdir/releases/latest",
23+
"jsonpath": "$.name"
24+
},
25+
"autoupdate": {
26+
"architecture": {
27+
"64bit": {
28+
"url": "https://github.com/chroming/pdfdir/releases/download/$version/pdfdir_win.zip"
29+
}
30+
}
31+
}
32+
}

0 commit comments

Comments
 (0)