scoop-games/bucket/flycast.json

37 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2021-09-22 09:06:02 -07:00
{
2022-08-29 05:31:49 -07:00
"version": "2.0",
"description": "Flycast is a multi-platform Sega Dreamcast, Naomi and Atomiswave emulator derived from reicast",
"homepage": "https://github.com/flyinghead/flycast",
"license": {
2022-03-19 15:54:04 -07:00
"identifier": "GPL-2.0",
"url": "https://github.com/flyinghead/flycast/blob/master/LICENSE"
},
"architecture": {
"64bit": {
2022-08-29 05:31:49 -07:00
"url": "https://github.com/flyinghead/flycast/releases/download/v2.0/flycast-win64-2.0.zip",
"hash": "8b3f3f5aa7a4fa0ff06d88465206382fae101f6b0c6f8d1d509211aa09c6ddfc"
2022-03-19 15:54:04 -07:00
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\emu.cfg\")) { New-Item -ItemType File \"$dir\\emu.cfg\" | Out-Null }",
"bin": "flycast.exe",
"shortcuts": [
[
"flycast.exe",
"Flycast"
]
],
"persist": [
"emu.cfg",
"data",
"mappings"
],
"checkver": "github",
2021-09-22 09:06:02 -07:00
"autoupdate": {
"architecture": {
"64bit": {
2021-12-21 10:09:48 -08:00
"url": "https://github.com/flyinghead/flycast/releases/download/v$version/flycast-win64-$version.zip"
}
}
}
2021-09-22 09:06:02 -07:00
}