Skip to content

Commit

Permalink
Add ROMVault manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
elisimpson committed Feb 3, 2024
1 parent 1e20834 commit 8a8c542
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions bucket/romvault.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"version": "3.6.4",
"description": "Multi-DAT ROM management software",
"homepage": "https://www.romvault.com/",
"license": "Freeware",
"url": "https://www.romvault.com/download/ROMVault_V3.6.4.zip",
"hash": "bc93eacd4595cf144dec2efcafeaa1a7e8c9c5eca70d36323ba460bb5d5de1b9",
"pre_install": [
"Rename-Item $dir\\ROMVault36.exe ROMVault.exe",
"'RomVault3cfg.xml', 'RomVault3_2.Cache', 'graphics.zip' | ForEach-Object {",
" if (!(Test-Path $persist_dir\\$_)) { New-Item $dir\\$_ | Out-Null } }"
],
"shortcuts": [
[
"ROMVault.exe",
"ROMVault"
]
],
"persist": [
"RomVault3cfg.xml",
"RomVault3_2.Cache",
"graphics.zip",
"DATRoot",
"ROMRoot",
"ToSort"
],
"checkver": {
"regex": "RomVault V([\\d.]+)"
},
"autoupdate": {
"url": "https://www.romvault.com/download/ROMVault_V$version.zip"
}
}

0 comments on commit 8a8c542

Please sign in to comment.