scoop-games/bucket/openmsx.json

35 lines
1.0 KiB
JSON

{
"homepage": "https://openmsx.org/",
"description": "Cycle-accurate MSX emulator",
"version": "17.0",
"license": "GPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/openMSX/openMSX/releases/download/RELEASE_17_0/openmsx-17.0-windows-vc-x64-bin.zip",
"hash": "b2b128824f8a0c239c3e986ce9b27efc77657ef965fc063095602b54fd841fb4"
}
},
"bin": "openmsx.exe",
"shortcuts": [
[
"openmsx.exe",
"openMSX\\openMSX"
],
[
"Catapult\\bin\\Catapult.exe",
"openMSX\\Catapult"
]
],
"checkver": {
"regex": "openmsx-([\\d.]+)-windows-vc-x64-bin\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/openMSX/openMSX/releases/download/RELEASE_$majorVersion_$minorVersion/openmsx-$version-windows-vc-x64-bin.zip"
}
}
},
"notes": "User data are stored in C:\\Users\\[USERNAME]\\Documents\\openMSX"
}