forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
atom.json
33 lines (33 loc) · 981 Bytes
/
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
{
"homepage": "https://atom.io/",
"version": "1.16.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/atom/atom/releases/download/v1.16.0/atom-x64-windows.zip",
"hash": "3dc3f5d9ff197f86e4c8ba02669e4f09501b164fa304dd045683cef0fa1dd666",
"extract_dir": "Atom x64"
},
"32bit": {
"url": "https://github.com/atom/atom/releases/download/v1.16.0/atom-windows.zip",
"hash": "3035dcdcfe689d2e8729c5a919bd756f37d8290388fed5e705e5504b9ec79247",
"extract_dir": "Atom"
}
},
"bin": [
"atom.exe",
"\\resources\\app\\apm\\bin\\apm.cmd"
],
"shortcuts": [
[
"atom.exe",
"Atom"
]
],
"checkver": {
"github": "https://github.com/atom/atom"
},
"autoupdate": {
"url": "https://github.com/atom/atom/releases/download/v$version/atom-windows.zip"
}
}