-
Notifications
You must be signed in to change notification settings - Fork 0
/
lunacy.json
37 lines (37 loc) · 990 Bytes
/
lunacy.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
{
"homepage": "https://icons8.com/lunacy",
"license": {
"identifier": "Freeware",
"url": "https://github.com/icons8/lunacy-docs/blob/master/docs/lunacy%20license.md"
},
"version": "3.15.3",
"url": "https://desktop.icons8.com/lunacy/LunacyPortable_3.15.3.zip",
"hash": "25f2f79e56b84d56e0c9b3a229485cfc37af569abea237e690f2db55b4edfa3d",
"architecture": {
"64bit": {
"extract_dir": "Lunacy_Portable/x64"
},
"32bit": {
"extract_dir": "Lunacy_Portable/x86"
}
},
"bin": [
[
"Lunacy.exe",
"lunacy"
]
],
"shortcuts": [
[
"Lunacy.exe",
"Lunacy"
]
],
"checkver": {
"url": "https://docs.icons8.com/release-notes/",
"re": "<h2 id=\"[\\d]+\">(?<version>[\\d.]+)</h2>"
},
"autoupdate": {
"url": "https://desktop.icons8.com/lunacy/LunacyPortable_$version.zip"
}
}