-
Notifications
You must be signed in to change notification settings - Fork 0
/
minion.json
38 lines (38 loc) · 1.05 KB
/
minion.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
{
"##": "64bit only",
"homepage": "https://minion.mmoui.com/",
"description": "Addon management for Elder Scrolls Online",
"version": "3.0.5",
"license": {
"identifier": "Freeware",
"url": "https://minion.mmoui.com/?license"
},
"architecture": {
"64bit": {
"url": "https://cdn.mmoui.com/minion/v3/Minion3.0.5.exe",
"hash": "07fd2b650e31c25abeb0e5cc366e3bcd88f652a7e78f28e4c1bfb448e5c6e129"
}
},
"innosetup": true,
"shortcuts": [
[
"Minion.exe",
"Minion"
]
],
"checkver": {
"url": "https://minion.mmoui.com/?download",
"re": "v(?<short>[\\d{1}])/Minion([\\d.]+).exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://cdn.mmoui.com/minion/v$matchShort/Minion$version.exe",
"hash": {
"url": "https://minion.gg/?log",
"find": "virustotal.com/en/file/$sha256"
}
}
}
}
}