forked from hermanjustnu/scoop-emulators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcemuhook.json
25 lines (25 loc) · 895 Bytes
/
cemuhook.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
{
"homepage": "https://cemuhook.sshnuke.net/",
"version": "0.5.7.0",
"url": "https://files.sshnuke.net/cemuhook_1140_0570.zip",
"hash": "c58a38c60041146669c1af6614e6a48ab580581207239b7a88d71dc00ea3ca58",
"depends": "cemu",
"installer": {
"script": [
"Copy-Item \"$dir\\keystone.dll\" \"$(versiondir 'cemu' 'current' $global)\"",
"Copy-Item \"$dir\\dbghelp.dll\" \"$(versiondir 'cemu' 'current' $global)\""
]
},
"uninstaller": {
"script": [
"Remove-Item \"$(versiondir 'cemu' 'current' $global)\\keystone.dll\"",
"Remove-Item \"$(versiondir 'cemu' 'current' $global)\\dbghelp.dll\""
]
},
"checkver": {
"re": "cemuhook_(?<cemu>[\\d_]+).zip\">Cemu hook ([\\d.]+) for"
},
"autoupdate": {
"url": "https://files.sshnuke.net/cemuhook_$matchCemu.zip"
}
}