scoop-games/bucket/retroarch-nightly.json

64 lines
1.8 KiB
JSON

{
"homepage": "https://www.retroarch.com/",
"description": "Frontend for emulators, game engines and media players (nightly)",
"license": "GPL-3.0-only",
"version": "nightly",
"architecture": {
"64bit": {
"url": "https://buildbot.libretro.com/nightly/windows/x86_64/RetroArch.7z",
"extract_dir": "RetroArch-Win64"
},
"32bit": {
"url": "https://buildbot.libretro.com/nightly/windows/x86/RetroArch.7z",
"extract_dir": "RetroArch-Win32"
}
},
"pre_install": [
"if (!(Test-Path \"$persist_dir\\retroarch.cfg\")) {",
" New-Item \"$persist_dir\\retroarch.cfg\" -Type File | Out-Null",
"}"
],
"bin": [
[
"retroarch.exe",
"retroarch"
]
],
"shortcuts": [
[
"retroarch.exe",
"RetroArch"
]
],
"persist": [
"assets\\wallpapers",
"cores",
"cheats",
"overlays",
"playlists",
"records",
"recordings",
"saves",
"screenshots",
"states",
"system",
"thumbnails",
"retroarch.cfg"
],
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://buildbot.libretro.com/nightly/windows/x86_64/RetroArch.7z"
},
"32bit": {
"url": "https://buildbot.libretro.com/nightly/windows/x86/RetroArch.7z"
}
}
},
"notes": [
"ATTENTION: Retroarch requires BIOS/firmware files for some emulation.",
"It is recommended to read the libretro docs for each core you plan to use.",
"See https://docs.libretro.com/library/bios/ for more information."
]
}