scoop-games/bucket/openmsx-dev.json

42 lines
1.3 KiB
JSON

{
"homepage": "https://openmsx.fixato.net/",
"description": "Cycle-accurate MSX emulator (Development builds)",
"version": "17.0-241-gab9da8ac3",
"license": "GPL-2.0",
"architecture": {
"64bit": {
"url": "https://openmsx.fixato.net/builds/windows/x64/openmsx-17.0-241-gab9da8ac3-windows-vc-x64-bin.zip",
"hash": "d2dc7e879685720c9f839b0b266f0dddef55ce184468888dcb5eb21b475bbeeb"
}
},
"bin": [
[
"openmsx.exe",
"openmex-dev"
]
],
"shortcuts": [
[
"openmsx.exe",
"openMSX\\openMSX (Development)"
],
[
"Catapult\\bin\\Catapult.exe",
"openMSX\\Catapult (Development)"
]
],
"checkver": {
"url": "https://openmsx.fixato.net/builds/windows/x64/",
"regex": "openmsx-(?<ver>[\\d.]+)-(?<build>[\\d]+)-g(?<commit>[\\da-f]{9})-windows-vc-x64-bin\\.zip",
"replace": "${ver}-${build}-g${commit}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://openmsx.fixato.net/builds/windows/x64/openmsx-$version-windows-vc-x64-bin.zip"
}
}
},
"notes": "User data are stored in C:\\Users\\[USERNAME]\\Documents\\openMSX"
}