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 27, 2025
1 parent 5952c68 commit d999c30
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.39.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.39.0/Stirling-PDF-win-installer.exe",
"hash": "a8b3a2f54d7a0011b3e7de9e8cbe29c0358405d6014bd6180249792bfd428c43"
"url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v0.39.0/Stirling-PDF.jar",
"hash": "f7736a56a0ca394fb33a15fb7d5b0363ecf490f59c77e821258ad7a82c2fcb6d"
}
},
"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 d999c30

Please sign in to comment.