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