forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
calibre.json
29 lines (29 loc) · 952 Bytes
/
calibre.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"homepage": "https://calibre-ebook.com/",
"version": "3.30.0",
"license": "GPL-3.0",
"url": "https://github.com/kovidgoyal/calibre/releases/download/v3.30.0/calibre-portable-installer-3.30.0.exe#/calibre-portable-installer.exe",
"hash": "2cd097fe054652eebd101e44a75fabc35291f36d7000628a24f19e7f360732e8",
"persist": [
"Calibre Portable\\Calibre Library",
"Calibre Portable\\Calibre Settings"
],
"installer": {
"file": "calibre-portable-installer.exe",
"args": [
"$dir"
]
},
"shortcuts": [
[
"Calibre Portable\\calibre-portable.exe",
"Calibre"
]
],
"checkver": {
"github": "https://github.com/kovidgoyal/calibre"
},
"autoupdate": {
"url": "https://github.com/kovidgoyal/calibre/releases/download/v$version/calibre-portable-installer-$version.exe#/calibre-portable-installer.exe"
}
}