forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.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.22.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/atom/atom/releases/download/v1.22.1/atom-x64-windows.zip",
"hash": "61371aaed219776f670252336f140f68f29909f4b0ada14bd4d9bb55d2bf21e3",
"extract_dir": "Atom x64"
},
"32bit": {
"url": "https://github.com/atom/atom/releases/download/v1.22.1/atom-windows.zip",
"hash": "a2d82cf07023ba8adeb8615bfb3a972ccc0fe60614e9630eb312c49c7d73479b",
"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"
}
}
}
}