Skip to content

Commit

Permalink
pdf-patcher: add version 1.0.2.4311
Browse files Browse the repository at this point in the history
  • Loading branch information
cscnk52 committed Dec 11, 2024
1 parent 20836ea commit 54ba840
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bucket/pdf-patcher.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"version": "1.0.2.4311",
"description": "Edit PDF bookmarks, cut and rotate pages, lift restrictions, extract or merge PDFs, explore the structure of the PDFs, extract images from PDFs, convert PDFs to images etc.",
"homepage": "https://pdfpatcher.cnblogs.com/",
"license": {
"identifier": "AGPL-3.0-only|Freeware",
"url": "https://github.com/wmjordan/PDFPatcher/blob/master/%E6%8E%88%E6%9D%83%E5%8D%8F%E8%AE%AE.txt"
},
"url": "https://github.com/wmjordan/PDFPatcher/releases/download/v1.0.2/PDFPatcher.1.0.2.4311.7z",
"hash": "8c3f54fb737f7e396982db84d6fbbb2f86224ba26a54d1b8139118750625a860",
"pre_install": "if (!(Test-Path \"$persist_dir\\AppConfig.json\")) { New-Item \"$dir\\AppConfig.json\" -ItemType \"file\" -Value \"{}\" | Out-Null }",
"bin": "PDFPatcher.exe",
"shortcuts": [
[
"PDFPatcher.exe",
"PDFPatcher"
]
],
"persist": "AppConfig.json",
"checkver": {
"url": "https://api.github.com/repos/wmjordan/PDFPatcher/releases",
"jsonpath": "$..browser_download_url",
"regex": "download/v([\\d.]+)(-\\w+)?/PDFPatcher.([\\d.]+)(\\d+)\\.7z",
"replace": "${3}${4}"
},
"autoupdate": {
"url": "https://github.com/wmjordan/PDFPatcher/releases/download/v$match1$match2/PDFPatcher.$match3$match4.7z"
}
}

0 comments on commit 54ba840

Please sign in to comment.