{ "version": "9.2.1", "description": "Powerful and easy to use e-book manager", "homepage": "https://calibre-ebook.com", "license": { "identifier": "GPL-3.0-only", "url": "https://github.com/kovidgoyal/calibre/blob/master/LICENSE" }, "architecture": { "64bit": { "url": "https://download.calibre-ebook.com/9.2.1/calibre-portable-installer-9.2.1.exe", "hash": "sha512:f066793e779d9304c04d9f6e7a65b4b1f2ad76e43a7bd302b83cd0ee75df91bbaab0ee4a5d58ed5824535becd7f97adc9eccdaaa4abecc645e9d384e842c9cb9" } }, "installer": { "script": [ "Start-Process -FilePath \"$dir\\$fname\" -ArgumentList @($env:PUBLIC) -Wait", "Move-Item -Path \"$env:PUBLIC\\Calibre Portable\\*\" -Destination $dir -Force", "Remove-Item -Path \"$dir\\$fname\", \"$env:PUBLIC\\Calibre Portable\" -Recurse -Force -ErrorAction SilentlyContinue", "Icacls $dir /t /c /reset | Out-Null" ] }, "bin": [ [ "calibre-portable.exe", "calibre" ], "calibre-portable.exe", "Calibre\\calibre-complete.exe", "Calibre\\calibre-customize.exe", "Calibre\\calibredb.exe", "Calibre\\calibre-debug.exe", "Calibre\\calibre-parallel.exe", "Calibre\\calibre-server.exe", "Calibre\\calibre-smtp.exe", "Calibre\\ebook-convert.exe", "Calibre\\ebook-device.exe", "Calibre\\ebook-edit.exe", "Calibre\\ebook-meta.exe", "Calibre\\ebook-polish.exe", "Calibre\\ebook-viewer.exe", "Calibre\\fetch-ebook-metadata.exe", "Calibre\\lrf2lrs.exe", "Calibre\\lrs2lrf.exe", "Calibre\\lrfviewer.exe", "Calibre\\markdown-calibre.exe", "Calibre\\web2disk.exe" ], "shortcuts": [ [ "calibre-portable.exe", "Calibre" ], [ "Calibre\\ebook-edit.exe", "Calibre E-Book Editor" ], [ "Calibre\\ebook-viewer.exe", "Calibre E-Book Viewer" ], [ "Calibre\\lrfviewer.exe", "Calibre LRF Viewer" ] ], "persist": [ "Calibre Library", "Calibre Settings" ], "checkver": { "github": "https://github.com/kovidgoyal/calibre" }, "autoupdate": { "architecture": { "64bit": { "url": "https://download.calibre-ebook.com/$version/calibre-portable-installer-$version.exe", "hash": { "url": "https://calibre-ebook.com/signatures/$basename.sha512" } } } } }