generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 2
/
gingko.json
34 lines (34 loc) · 1.1 KB
/
gingko.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
{
"homepage": "https://github.com/gingko/client",
"description": "Tree-based writing software, written in Elm.",
"license": "MIT",
"version": "2.4.15",
"architecture": {
"64bit": {
"url": "https://github.com/gingko/client/releases/download/v2.4.15/Gingko-Setup-2.4.15.exe#/dl.7z",
"hash": "sha512:acf898ccd415d363d7b5e69e1b00737125ef728b22b802874d1eb5a1448a9641503a094cfa1e51f70f4d1feded12e9b5dfb2f9da05b760b357b2b58b97d2cd15"
}
},
"pre_install": [
"Expand-7ZipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$*\" -Recurse"
],
"shortcuts": [
[
"Gingko.exe",
"Gingko"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gingko/client/releases/download/v$version/Gingko-Setup-$version.exe#/dl.7z",
"hash": {
"url": "$baseurl/latest.yml",
"regex": "sha512:\\s+$base64"
}
}
}
}
}