70 lines
2.3 KiB
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.8.4",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mgba-emu/mgba/releases/download/0.8.4/mGBA-0.8.4-win64.7z",
|
|
"hash": "777f8fe2802826fb7a16256e44295dbe878a99d9cc46d6478a1eb5d806dba6a5",
|
|
"extract_dir": "mGBA-0.8.4-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mgba-emu/mgba/releases/download/0.8.4/mGBA-0.8.4-win32.7z",
|
|
"hash": "ddd7b233cdf38c9ebcae89f4df00895a1aa7baaef42f828369e0d4ae5876c673",
|
|
"extract_dir": "mGBA-0.8.4-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"
|
|
}
|
|
}
|
|
}
|
|
}
|