scoop-games/bucket/openmsx-dev.json

42 lines
1.3 KiB
JSON
Raw Permalink Normal View History

{
"version": "18.0-82-gb867b1f76",
"description": "Cycle-accurate MSX emulator (Development builds)",
"homepage": "https://openmsx.fixato.net/",
"license": "GPL-2.0",
2022-03-05 13:34:10 -08:00
"notes": "User data are stored in C:\\Users\\[USERNAME]\\Documents\\openMSX",
2022-03-19 15:54:04 -07:00
"architecture": {
"64bit": {
"url": "https://openmsx.fixato.net/builds/windows/x64/openmsx-18.0-82-gb867b1f76-windows-vc-x64-bin.zip",
"hash": "5e0ee988100d6c238ed22ca95fd60936bce1b099527b0a5f428b915195599764"
2022-03-19 15:54:04 -07:00
}
},
"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"
}
}
}
}