forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkoodo-reader.json
34 lines (34 loc) · 1.16 KB
/
koodo-reader.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
30
31
32
33
34
{
"version": "1.5.2",
"homepage": "https://koodo.960960.xyz/en",
"description": "All-in-one ebook reader.",
"license": "AGPL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/troyeguo/koodo-reader/releases/download/v1.5.2/Koodo-Reader-1.5.2.exe#/dl.7z",
"hash": "sha512:72e81344b9c02b778e92fb3154803272d1ef5d31d7b96666a6b6a0ad80c272415a19de4cb67deb7d05445ee60d98ef82d4a1b9e8048e4a95510891ba18aba361"
}
},
"extract_dir": "$PLUGINSDIR",
"pre_install": "Expand-7zipArchive \"$dir\\app-64.7z\" $dir -Removal",
"shortcuts": [
[
"Koodo Reader.exe",
"Koodo Reader"
]
],
"checkver": {
"github": "https://github.com/troyeguo/koodo-reader"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/troyeguo/koodo-reader/releases/download/v$version/Koodo-Reader-$version.exe#/dl.7z",
"hash": {
"url": "$baseurl/latest.yml",
"regex": "sha512:\\s$base64"
}
}
}
}
}