scoop-games/bucket/flycast.json

37 lines
1.1 KiB
JSON

{
"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": {
"identifier": "GPL-2.0",
"url": "https://github.com/flyinghead/flycast/blob/master/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/flyinghead/flycast/releases/download/v2.0/flycast-win64-2.0.zip",
"hash": "8b3f3f5aa7a4fa0ff06d88465206382fae101f6b0c6f8d1d509211aa09c6ddfc"
}
},
"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",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/flyinghead/flycast/releases/download/v$version/flycast-win64-$version.zip"
}
}
}
}