From 120381e47de14c1f0cb4b3f80d7a6e6820933228 Mon Sep 17 00:00:00 2001 From: qianlongzt <18493471+qianlongzt@users.noreply.github.com> Date: Wed, 6 Nov 2024 00:05:51 +0800 Subject: [PATCH] pdfdir: add v0.3.0-beta34 --- bucket/pdfdir.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 bucket/pdfdir.json diff --git a/bucket/pdfdir.json b/bucket/pdfdir.json new file mode 100644 index 0000000..8a8f53b --- /dev/null +++ b/bucket/pdfdir.json @@ -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" + } + } + } +}