-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
nwjs.json
40 lines (40 loc) · 1.31 KB
/
nwjs.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
40
{
"version": "0.94.0",
"description": "An app runtime based on Chromium and NodeJS",
"homepage": "https://nwjs.io",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://dl.nwjs.io/v0.94.0/nwjs-v0.94.0-win-x64.zip",
"hash": "3bc065f6c2f613c649fe43c651d6ffc9512b4bf55a624f6f73a33e514015f92d",
"extract_dir": "nwjs-v0.94.0-win-x64"
},
"32bit": {
"url": "https://dl.nwjs.io/v0.94.0/nwjs-v0.94.0-win-ia32.zip",
"hash": "b4482b9934c2cdd3a750858358d9d373149e81d3f499c6354f21a324ab13a5d0",
"extract_dir": "nwjs-v0.94.0-win-ia32"
}
},
"extract_to": "nwjs",
"bin": "nwjs\\nw.exe",
"checkver": {
"url": "https://nwjs.io/versions.json",
"jsonpath": "$.stable",
"regex": "v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.nwjs.io/v$version/nwjs-v$version-win-x64.zip",
"extract_dir": "nwjs-v$version-win-x64"
},
"32bit": {
"url": "https://dl.nwjs.io/v$version/nwjs-v$version-win-ia32.zip",
"extract_dir": "nwjs-v$version-win-ia32"
}
},
"hash": {
"url": "$baseurl/SHASUMS256.txt"
}
}
}