generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
86box-romset.json
26 lines (26 loc) · 1000 Bytes
/
86box-romset.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
{
"version": "4.0.1",
"description": "ROMs needed by the 86Box emulator",
"homepage": "https://86box.net/",
"license": {
"identifier": "Proprietary",
"url": "https://github.com/86Box/roms/blob/master/LICENSE"
},
"url": "https://github.com/86Box/roms/archive/refs/tags/v4.0.1.zip",
"hash": "0d8837ed6abc05ba418f30b880e69b205397343c56302c350c3a4793e985a72e",
"depends": "siku/86box",
"extract_dir": "roms-4.0.1",
"installer": {
"script": "New-Item -Path \"$(appdir 86box $global)\\current\\roms\" -ItemType Junction -Value \"$dir\" | Out-Null"
},
"uninstaller": {
"script": "Remove-Item \"$(appdir 86box $global)\\current\\roms\" -Force -Recurse -Confirm:$False -ErrorAction SilentlyContinue"
},
"checkver": {
"github": "https://github.com/86Box/roms"
},
"autoupdate": {
"url": "https://github.com/86Box/roms/archive/refs/tags/v$version.zip",
"extract_dir": "roms-$version"
}
}