forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathetcher.json
35 lines (35 loc) · 1.24 KB
/
etcher.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
35
{
"homepage": "https://etcher.io/",
"license": "https://github.com/resin-io/etcher/blob/master/LICENSE",
"version": "1.1.2",
"architecture": {
"64bit": {
"url": "https://github.com/resin-io/etcher/releases/download/v1.1.2/Etcher-Setup-1.1.2-x64.exe#/dl.7z",
"hash": "e72568a6f234ed2e9982e875630e2d648ed9359a19f3f15fb073fd1cf2a4ec01"
},
"32bit": {
"url": "https://github.com/resin-io/etcher/releases/download/v1.1.2/Etcher-Setup-1.1.2-x86.exe#/dl.7z",
"hash": "9d7f9511e04fc4a2db03fde726dc65aa602d38d81b4fa77d1c55fe86c0420022"
}
},
"shortcuts": [
[
"Etcher.exe",
"Etcher"
]
],
"checkver": {
"github": "https://github.com/resin-io/etcher"
},
"pre_install": "extract_7zip \"$dir\\`$PLUGINSDIR\\app-*.7z\" \"$dir\"",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/resin-io/etcher/releases/download/v$version/Etcher-Setup-$version-x64.exe#/dl.7z"
},
"32bit": {
"url": "https://github.com/resin-io/etcher/releases/download/v$version/Etcher-Setup-$version-x86.exe#/dl.7z"
}
}
}
}