Skip to content

Commit

Permalink
romvault.json: update filename versions
Browse files Browse the repository at this point in the history
  • Loading branch information
elisimpson committed Apr 2, 2024
1 parent d31b113 commit 4395cd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bucket/romvault.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"url": "https://www.romvault.com/download/ROMVault_V3.7.0.zip",
"hash": "3c887f15a83db25241063cd19522467ee26aa62fa9b47dbc76054b567d961307",
"pre_install": [
"Rename-Item $dir\\ROMVault36.exe ROMVault.exe",
"'RomVault3cfg.xml', 'RomVault3_2.Cache', 'graphics.zip' | ForEach-Object {",
"Rename-Item $dir\\ROMVault37.exe ROMVault.exe",
"'RomVault3cfg.xml', 'RomVault3_3.Cache', 'graphics.zip' | ForEach-Object {",
" if (!(Test-Path $persist_dir\\$_)) { New-Item $dir\\$_ | Out-Null } }"
],
"shortcuts": [
Expand All @@ -18,7 +18,7 @@
],
"persist": [
"RomVault3cfg.xml",
"RomVault3_2.Cache",
"RomVault3_3.Cache",
"graphics.zip",
"DATRoot",
"ROMRoot",
Expand Down

0 comments on commit 4395cd2

Please sign in to comment.