generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
openra-cameo.json
36 lines (36 loc) · 1.43 KB
/
openra-cameo.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
{
"version": "122101",
"description": "OpenRA mod bringing together many factions from different universes",
"homepage": "https://www.moddb.com/mods/cameo",
"license": "GPL-3.0-or-later",
"architecture": {
"32bit": {
"url": "https://github.com/Zeruel87/Cameo-mod/releases/download/buildtest-122101/CameoMod-buildtest-122101-x86-winportable.zip",
"hash": "3e105c457fcb78af5e163b1eaf8e1d09c4e2c8c08f6490b276f412d7a76970a5"
},
"64bit": {
"url": "https://github.com/Zeruel87/Cameo-mod/releases/download/buildtest-122101/CameoMod-buildtest-122101-x64-winportable.zip",
"hash": "d30dc659369e76cd1adbd38eb1546dbc410dbc917976990d5b7615504bb545b4"
}
},
"shortcuts": [
[
"CameoMod.exe",
"OpenRA - Cameo"
]
],
"checkver": {
"url": "https://github.com/Zeruel87/Cameo-mod/releases",
"regex": "/releases/tag/(?<prefix>[\\D]*)(?<version>[\\d.]+[-\\w]*)"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/Zeruel87/Cameo-mod/releases/download/$matchPrefix$version/CameoMod-$matchPrefix$version-x86-winportable.zip"
},
"64bit": {
"url": "https://github.com/Zeruel87/Cameo-mod/releases/download/$matchPrefix$version/CameoMod-$matchPrefix$version-x64-winportable.zip"
}
}
}
}