generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hyper-dbz.json
31 lines (31 loc) · 1007 Bytes
/
hyper-dbz.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
{
"version": "5.0d",
"description": "Hyper Dragon Ball Z is a FREE fighting fangame based on the Mugen engine",
"homepage": "https://network.mugenguild.com/balthazar/hyperdbz/",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://xgargoyle.mugenguild.com/HyperDBZIndigo.rar",
"hash": "7f6869c3898bbf97467e9f83a664b4c99eba6c65a1807458601713da449260ce"
}
},
"pre_install":[
"Move-Item \"$dir\\HDBZ information & movelist READ\" \"$dir\\documentation\"",
"Move-Item \"$dir\\Hyper DBZ 5.0d\\*\" \"$dir\\\"",
"Remove-Item \"$dir\\Hyper DBZ 5.0d\\\" -Recurse"
],
"extract_dir": "HyperDBZIndigo",
"shortcuts": [
[
"Hyper DBZ.exe",
"Hyper DBZ"
]
],
"persist": [
"data/mugen.cfg"
],
"checkver": {
"url": "https://network.mugenguild.com/balthazar/hyperdbz/",
"regex": "Full Game version: (?<version>[\\w.]+)"
}
}