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.7.3-5981-e51d3e1",
"architecture": {
"64bit": {
"url": "https://s3.amazonaws.com/mgba/mGBA-build-latest-win64.7z",
"hash": "29aa9c822393fdd1f3542b73abfc75fb6cf64327045796fed3186fc31e226d79"
},
"32bit": {
"url": "https://s3.amazonaws.com/mgba/mGBA-build-latest-win32.7z",
"hash": "f5c7ff2d0f7737d446e5ea76998e718096f0326d3a6149bd376e42c0932a3e0e"
}
},
"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>[a-f\\d-]+)</a>",
"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"
}
}
}
}