From d999c30524b523061236ce79c67dcd1de41d02b0 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Fri, 3 Jan 2025 14:39:56 +0800 Subject: [PATCH] stirling-pdf: Fix manifest --- bucket/stirling-pdf.json | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/bucket/stirling-pdf.json b/bucket/stirling-pdf.json index ebcc98ebad2635..26a3a875652afc 100644 --- a/bucket/stirling-pdf.json +++ b/bucket/stirling-pdf.json @@ -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" } } }