scoop-games/bucket/flycast.json

34 lines
1.1 KiB
JSON
Raw Normal View History

2021-09-22 09:06:02 -07:00
{
"homepage": "https://github.com/flyinghead/flycast",
"description": "Flycast is a multi-platform Sega Dreamcast, Naomi and Atomiswave emulator derived from reicast",
2021-12-21 10:09:48 -08:00
"version": "1.2",
2021-09-22 09:06:02 -07:00
"license": "https://github.com/flyinghead/flycast/blob/master/LICENSE",
"architecture": {
"64bit": {
2021-12-21 10:09:48 -08:00
"url": "https://github.com/flyinghead/flycast/releases/download/v1.2/flycast-win64-1.2.zip",
"hash": "ca4876e5519ef2dbdc6383432072660dd4ff865af9532da76a01c397d3f5a2f3"
}
},
2021-12-21 10:09:48 -08:00
"pre_install": "if (!(Test-Path \"$persist_dir\\emu.cfg\")) { New-Item -ItemType File \"$dir\\emu.cfg\" | Out-Null }",
2021-09-22 09:06:02 -07:00
"bin": "flycast.exe",
"shortcuts": [
[
"flycast.exe",
"Flycast"
]
],
"checkver": "github",
"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
},
"persist": [
"emu.cfg",
2021-09-22 09:06:02 -07:00
"data",
"mappings"
]
}