mirror of
https://github.com/Calinou/scoop-games.git
synced 2026-08-01 07:06:50 +08:00
85 lines
3.3 KiB
JSON
85 lines
3.3 KiB
JSON
{
|
|
"version": "9111-20260731",
|
|
"description": "A fast, accurate, and portable GBA emulator (development version)",
|
|
"homepage": "https://mgba.io/",
|
|
"license": {
|
|
"identifier": "MPL-2.0",
|
|
"url": "https://github.com/mgba-emu/mgba/blob/master/LICENSE"
|
|
},
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://s3.amazonaws.com/mgba/build/mGBA-build-2026-07-31-win32-9111-71aa6c7dab7654bfdbbd57e696f704671a97e55d.7z",
|
|
"hash": "a0711668216f3229d35f0a4ed39907d5e8ed925cc6d244b6355bd963906e826c",
|
|
"extract_dir": "mGBA-build-2026-07-31-win32-9111-71aa6c7dab7654bfdbbd57e696f704671a97e55d"
|
|
},
|
|
"64bit": {
|
|
"url": "https://s3.amazonaws.com/mgba/build/mGBA-build-2026-07-31-win64-9111-71aa6c7dab7654bfdbbd57e696f704671a97e55d.7z",
|
|
"hash": "d6eb181305ba27fedfc15469534f93c1e93fa1599ceb3cb691a1e0de9cceb93d",
|
|
"extract_dir": "mGBA-build-2026-07-31-win64-9111-71aa6c7dab7654bfdbbd57e696f704671a97e55d"
|
|
}
|
|
},
|
|
"pre_install": [
|
|
"if (!(Test-Path \"$persist_dir\\qt.ini\")) {",
|
|
" New-Item \"$dir\\qt.ini\" -Type File | Out-Null",
|
|
"}",
|
|
"if (!(Test-Path \"$persist_dir\\config.ini\")) {",
|
|
" New-Item \"$dir\\config.ini\" -Type File | Out-Null",
|
|
" Set-Content \"$dir\\config.ini\" '[ports.qt]'",
|
|
" Add-Content \"$dir\\config.ini\" 'savestatePath=savestate'",
|
|
" Add-Content \"$dir\\config.ini\" 'patchPath=patch'",
|
|
" Add-Content \"$dir\\config.ini\" 'screenshotPath=screenshot'",
|
|
" Add-Content \"$dir\\config.ini\" 'cheatsPath=cheats'",
|
|
" Add-Content \"$dir\\config.ini\" 'savegamePath=savegame'",
|
|
" Add-Content \"$dir\\config.ini\" 'gba.bios=bios/gba_bios.bin'",
|
|
" Add-Content \"$dir\\config.ini\" 'gb.bios=bios/gb_bios.bin'",
|
|
" Add-Content \"$dir\\config.ini\" 'gbc.bios=bios/gbc_bios.bin'",
|
|
" Add-Content \"$dir\\config.ini\" 'sgb.bios=bios/sgb_bios.bin'",
|
|
"}"
|
|
],
|
|
"bin": [
|
|
[
|
|
"mGBA.exe",
|
|
"mgba-dev"
|
|
],
|
|
[
|
|
"mgba-sdl.exe",
|
|
"mgba-sdl-dev"
|
|
]
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"mGBA.exe",
|
|
"mGBA (dev)"
|
|
]
|
|
],
|
|
"persist": [
|
|
"bios",
|
|
"cheats",
|
|
"patch",
|
|
"savegame",
|
|
"savestate",
|
|
"screenshot",
|
|
"shaders",
|
|
"qt.ini",
|
|
"config.ini",
|
|
"portable.ini"
|
|
],
|
|
"checkver": {
|
|
"url": "https://mgba.io/builds/1/",
|
|
"regex": "build-(?<year>20\\d{2})-(?<month>\\d{2})-(?<day>\\d{2})-win32-(?<ver>[\\d]+)-(?<git>\\w{40})\\.7z",
|
|
"replace": "$4-$1$2$3"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://s3.amazonaws.com/mgba/build/mGBA-build-$matchYear-$matchMonth-$matchDay-win32-$matchVer-$matchGit.7z",
|
|
"extract_dir": "mGBA-build-$matchYear-$matchMonth-$matchDay-win32-$matchVer-$matchGit"
|
|
},
|
|
"64bit": {
|
|
"url": "https://s3.amazonaws.com/mgba/build/mGBA-build-$matchYear-$matchMonth-$matchDay-win64-$matchVer-$matchGit.7z",
|
|
"extract_dir": "mGBA-build-$matchYear-$matchMonth-$matchDay-win64-$matchVer-$matchGit"
|
|
}
|
|
}
|
|
}
|
|
}
|