forked from chawyehsu/dorado
-
Notifications
You must be signed in to change notification settings - Fork 0
/
binance.json
39 lines (39 loc) · 1.41 KB
/
binance.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
36
37
38
39
{
"homepage": "https://www.binance.com/",
"description": "Binance's cryptocurrency exchange. Trade. Anywhere.",
"version": "1.50.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://ftp.binance.com/electron-desktop/windows/production/binance-setup-1.50.1.exe#/binance-setup.7z",
"hash": "sha512:1654d8e3ab6a22b7cbdcac63f2658db42b04d647294e0acd3a52cda2e01e4a380461bd0fb67ce3e953f81d2e494f558c2f61a42999a8ef9be7fb19c78af8269f",
"installer": {
"script": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Force -Recurse"
]
}
}
},
"shortcuts": [
[
"Binance.exe",
"Binance"
]
],
"checkver": {
"url": "https://ftp.binance.com/electron-desktop/windows/production/latest.yml",
"regex": "binance-setup-([\\d.]+).exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ftp.binance.com/electron-desktop/windows/production/binance-setup-$version.exe#/binance-setup.7z"
}
},
"hash": {
"url": "https://ftp.binance.com/electron-desktop/windows/production/latest.yml",
"regex": "(?sm)$version.exe.*?sha512: $base64"
}
}
}