forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
atom.json
43 lines (43 loc) · 1.3 KB
/
atom.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
41
42
43
{
"homepage": "https://atom.io/",
"version": "1.33.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/atom/atom/releases/download/v1.33.1/atom-x64-windows.zip",
"hash": "255a9cf19adc6c02838a2e09a374a84f9e6120fa5f7b5616b64cb99652d2f127",
"extract_dir": "Atom x64"
},
"32bit": {
"url": "https://github.com/atom/atom/releases/download/v1.33.1/atom-windows.zip",
"hash": "ce9eb25393096a88490ed514377a62e3125c1d752c64e95809df63d506b951b3",
"extract_dir": "Atom"
}
},
"extract_dir": "Atom",
"bin": [
"\\resources\\cli\\atom.cmd",
"\\resources\\app\\apm\\bin\\apm.cmd"
],
"shortcuts": [
[
"atom.exe",
"Atom"
]
],
"checkver": {
"github": "https://github.com/atom/atom"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/atom/atom/releases/download/v$version/atom-x64-windows.zip",
"extract_dir": "Atom x64"
},
"32bit": {
"url": "https://github.com/atom/atom/releases/download/v$version/atom-windows.zip",
"extract_dir": "Atom"
}
}
}
}