Skip to content

Commit

Permalink
Add: Supermodel
Browse files Browse the repository at this point in the history
  • Loading branch information
GriekseEi committed Oct 26, 2024
1 parent 7cd2867 commit bf19728
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bucket/supermodel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"version": "0.3a-git-f9cb795",
"description": "Sega Model 3 Arcade Emulator",
"homepage": "https://supermodel3.com/index.html",
"license": "GPL-3.0-only",
"url": "https://supermodel3.com/Files/Git_Snapshots/Supermodel_0.3a-git-f9cb795_Win64.zip",
"hash": "0c41a4f1f20427149f66f85654e45ca92a744643588bcc819cd42cacbaaa8d58",
"bin": [
[
"Launch-Supermodel.ps1",
"supermodel"
]
],
"persist": [
"Assets",
"Config",
"NVRAM",
"ROMs",
"Saves"
],
"pre_install": "\"Push-Location $dir; & ./Supermodel.exe `$args; Pop-Location \" | Out-File (Join-Path $dir 'Launch-Supermodel.ps1')",
"checkver": {
"url": "https://supermodel3.com/Download.html",
"regex": "Supermodel_([0-9a-zA-Z.-]+)_Win64.zip"
},
"autoupdate": {
"url": "https://supermodel3.com/Files/Git_Snapshots/Supermodel_$version_Win64.zip"
}
}

0 comments on commit bf19728

Please sign in to comment.