generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
emuvr.json
43 lines (43 loc) · 1.19 KB
/
emuvr.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
39
40
41
42
43
{
"version": "1.0.12",
"description": "Multi-platform emulator in virtual reality",
"homepage": "https://www.emuvr.net/",
"license": "Freeware",
"depends": "retroarch-emuvr",
"architecture": {
"64bit": {
"url": "https://download.emuvr.net/EmuVR_1.0.12.zip",
"hash": "535a8e2a4496c54553e9062f969354e21ce27ef6e7519338c3f5c61738fbe9a6"
}
},
"pre_install": [
"$retroarchDir = $(appdir retroarch-emuvr $global)",
"if (Test-Path \"$retroarchDir\") {",
" New-Item \"$dir\\RetroArch\" -ItemType Junction -Target \"$retroarchDir\\current\" | Out-Null",
"}"
],
"shortcuts": [
[
"EmuVR.exe",
"EmuVR"
]
],
"persist": [
"Custom",
"Games",
"Saved Data"
],
"checkver": {
"url": "https://www.emuvr.net/wiki/Installation_Guide",
"regex": "https://download\\.emuvr\\.net/EmuVR_(?<version>[\\d.]+)\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": [
"https://download.emuvr.net/EmuVR_$version.zip"
]
}
}
}
}