scoop-games/bucket/mgba-dev.json

67 lines
2.1 KiB
JSON

{
"homepage": "https://mgba.io/",
"description": "A fast, accurate, and portable GBA emulator (development version)",
"license": "MPL-2.0",
"version": "0.8.1-6172",
"architecture": {
"64bit": {
"url": "https://s3.amazonaws.com/mgba/mGBA-build-latest-win64.7z",
"hash": "31304c2cba7ccb36383a526a64ff4db5c2cdbd9f8a1435d848fd1dc891fc2677"
},
"32bit": {
"url": "https://s3.amazonaws.com/mgba/mGBA-build-latest-win32.7z",
"hash": "5eab7a3ba09ea2e967b2d21404b83b6f8fd6e5f7ed5191a63288d8149261c7dc"
}
},
"installer": {
"script": [
"Copy-item -Path \"$dir\\$(Get-ChildItem -Path $dir)\\*\" -Destination \"$dir\" -Recurse",
"if (!(Test-Path \"$persist_dir\\qt.ini\")) {",
" New-Item \"$dir\\qt.ini\" -ItemType \"file\" | Out-Null ",
"}",
"if (!(Test-Path \"$persist_dir\\config.ini\")) {",
" Set-Content \"$dir\\config.ini\" '[ports.qt]'",
" 'cheats', 'patch', 'savegame', 'savestate', 'screenshot' | ForEach-Object {",
" Add-Content -Path \"$dir\\config.ini\" -Value $_`Path`=$persist_dir\\$_ }",
"}"
]
},
"bin": [
[
"mGBA.exe",
"mgba-sdl.exe"
]
],
"shortcuts": [
[
"mGBA.exe",
"mGBA"
]
],
"persist": [
"cheats",
"patch",
"savegame",
"savestate",
"screenshot",
"shaders",
"qt.ini",
"config.ini"
],
"checkver": {
"url": "https://mgba.io",
"regex": "Release:\\s+<[^>]+>(?<version>[\\d.]+)</a>[\\s\\S]+Version:\\s+<[^>]+>(?<build>[\\d]+)-",
"replace": "${1}-${2}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://s3.amazonaws.com/mgba/mGBA-build-latest-win64.7z"
},
"32bit": {
"url": "https://s3.amazonaws.com/mgba/mGBA-build-latest-win32.7z"
}
}
}
}