Skip to content

Commit

Permalink
Add ClrMamePro manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
elisimpson authored Jan 21, 2024
1 parent c474073 commit 806b744
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions bucket/clrmamepro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"version": "4.048d",
"description": "ROM and DAT management tool",
"homepage": "https://mamedev.emulab.it/clrmamepro/",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://mamedev.emulab.it/clrmamepro/binaries/cmp4048d_64.zip",
"hash": "15d64ab8ca2873f8cdb25d2262d9b59a843948fbb92f9788757deddebc409e01",
"shortcuts": [
[
"cmpro64.exe",
"ClrMamePro"
]
]
}
},
"pre_install": "$manifest.persist | ForEach-Object { if (!(Test-Path $persist_dir\\$_)) { New-Item $dir\\$_ | Out-Null } }",
"persist": [
"cmpro.ini",
"profiler.xml",
"wwwdats.ini"
],
"checkver": {
"regex": ">clrmamepro 64bit&nbsp;(.*)</a>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://mamedev.emulab.it/clrmamepro/binaries/cmp$cleanVersion_64.zip"
}
}
}
}

0 comments on commit 806b744

Please sign in to comment.