Skip to content

Commit

Permalink
stirling-pdf: Fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven committed Jan 21, 2025
1 parent 2e0c72f commit 99efc21
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions bucket/stirling-pdf.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,34 @@
{
"version": "0.38.0",
"description": "#1 Locally hosted web application that allows you to perform various operations on PDF files",
"homepage": "https://github.com/Stirling-Tools/Stirling-PDF/",
"license": {
"identifier": "GPL-3.0-or-later",
"url": "https://github.com/Stirling-Tools/Stirling-PDF/blob/main/LICENSE"
"homepage": "https://stirlingpdf.com",
"license": "MIT",
"suggest": {
"Python": "python",
"QPDF": "qpdf",
"LibreOffice": "extras/libreoffice",
"Tesseract OCR": "tesseract",
"Weasyprint": "weasyprint"
},
"architecture": {
"64bit": {
"url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v0.38.0/Stirling-PDF-win-installer.exe",
"hash": "b8ae522307dac4a4b21f0841a70c8b51c699f048506d006a2c4c521c5f9d0ccc"
"url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v0.38.0/Stirling-PDF.jar",
"hash": "a433a244bfe21215172bedd9134935097891d64df25d1b955bca6509ecc3f547"
}
},
"shortcuts": [
[
"Stirling-PDF.exe",
"Stirling-PDF"
]
],
"bin": "Stirling-PDF.jar",
"persist": [
"configs",
"customFiles",
"logs"
],
"checkver": "github",
"checkver": {
"github": "https://github.com/Stirling-Tools/Stirling-PDF"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v$version/Stirling-PDF-win-installer.exe"
"url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v$version/Stirling-PDF.jar"
}
}
}
Expand Down

0 comments on commit 99efc21

Please sign in to comment.