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.29.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/atom/atom/releases/download/v1.29.0/atom-x64-windows.zip",
"hash": "ecb49f2b2dec2c7d22bdb071fd310299d04acc756f3bc510be4306959cd7134b",
"extract_dir": "Atom x64"
},
"32bit": {
"url": "https://github.com/atom/atom/releases/download/v1.29.0/atom-windows.zip",
"hash": "9f29ac886f21ceb0ba52f3c3ea46e7e1133ea70744ee29b6a8838c63c02797b5",
"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"
}
}
}
}