67 lines
2.1 KiB
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-6124",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://s3.amazonaws.com/mgba/mGBA-build-latest-win64.7z",
|
|
"hash": "023b65b2fbe0b92865b8dd2561eee142bb72c7c552057982fc42ca38e1039e8b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://s3.amazonaws.com/mgba/mGBA-build-latest-win32.7z",
|
|
"hash": "5e786e400d155d422eb738755b2ebe26bcbdb34484b7d003c9073a110c32bf27"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|