scoop-games/bucket/mgba.json

70 lines
2.3 KiB
JSON

{
"homepage": "https://mgba.io/",
"description": "A fast, accurate, and portable GBA emulator",
"license": "MPL-2.0",
"version": "0.9.2",
"architecture": {
"64bit": {
"url": "https://github.com/mgba-emu/mgba/releases/download/0.9.2/mGBA-0.9.2-win64.7z",
"hash": "d4128d77ea3dac0ca87c360c67eb600f94741e551c03587bf17ed29af0bdc084",
"extract_dir": "mGBA-0.9.2-win64"
},
"32bit": {
"url": "https://github.com/mgba-emu/mgba/releases/download/0.9.2/mGBA-0.9.2-win32.7z",
"hash": "0e3bcbc08963d3c10e368d7b6740c43640f5769ea7fd50d91f055321ab2dcd69",
"extract_dir": "mGBA-0.9.2-win32"
}
},
"installer": {
"script": [
"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": {
"github": "https://github.com/mgba-emu/mgba",
"regex": "mGBA-(?<ver>[\\d.]+)((?<beta>-b1)?)",
"replace": "${2}${1}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mgba-emu/mgba/releases/download/$matchVer$matchBeta/mGBA-$matchVer$matchBeta-win64.7z",
"extract_dir": "mGBA-$matchVer$matchBeta-win64"
},
"32bit": {
"url": "https://github.com/mgba-emu/mgba/releases/download/$matchVer$matchBeta/mGBA-$matchVer$matchBeta-win32.7z",
"extract_dir": "mGBA-$matchVer$matchBeta-win32"
}
}
}
}