41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"version": "2022.08.9",
|
|
"description": "Nintendo 64 emulator",
|
|
"homepage": "https://m64p.github.io/",
|
|
"license": {
|
|
"identifier": "GPL-3.0",
|
|
"url": "https://github.com/m64p/m64p/blob/main/LICENSE"
|
|
},
|
|
"url": "https://github.com/m64p/m64p/releases/download/v2022.08.9/m64p-win64-fbf2c91.zip",
|
|
"hash": "6320e8f1520a5b0c6b70a0b85d700214bc124d4cf900b3690e164d9e28fe3b2e",
|
|
"extract_dir": "mupen64plus",
|
|
"pre_install": [
|
|
"if (!(Test-Path \"$persist_dir\\mupen64plus-gui.ini\")) {",
|
|
" New-Item \"$dir\\mupen64plus-gui.ini\" -Type File | Out-Null",
|
|
" Set-Content \"$dir\\mupen64plus-gui.ini\" '[General]'",
|
|
" Add-Content \"$dir\\mupen64plus-gui.ini\" 'version=2'",
|
|
" Add-Content \"$dir\\mupen64plus-gui.ini\" 'configDirPath=$APP_PATH$/config'",
|
|
"}"
|
|
],
|
|
"bin": [
|
|
[
|
|
"mupen64plus-gui.exe",
|
|
"m64p"
|
|
]
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"mupen64plus-gui.exe",
|
|
"m64p"
|
|
]
|
|
],
|
|
"persist": "config",
|
|
"checkver": {
|
|
"github": "https://github.com/m64p/m64p",
|
|
"regex": "v([\\d\\.]+)\\/m64p-win64-(?<commit>[\\da-f]{7})\\."
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/m64p/m64p/releases/download/v$version/m64p-win64-$matchCommit.zip"
|
|
}
|
|
}
|