43 lines
1.7 KiB
JSON
43 lines
1.7 KiB
JSON
{
|
|
"version": "1781-20220823",
|
|
"description": "Emulator for Nintendo 3DS, capable of playing many of your favorite games",
|
|
"homepage": "https://citra-emu.org/",
|
|
"license": {
|
|
"identifier": "GPL-2.0",
|
|
"url": "https://github.com/citra-emu/citra-nightly/blob/master/license.txt"
|
|
},
|
|
"url": "https://github.com/citra-emu/citra-nightly/releases/download/nightly-1781/citra-windows-mingw-20220823-141471e.7z",
|
|
"hash": "4c17530f3f606c6d87b75766816b04ea2463e11a8c977aabc184073998e215a3",
|
|
"extract_dir": "nightly-mingw",
|
|
"pre_install": [
|
|
"if (!(Test-Path \"$persist_dir\\user\")) {",
|
|
" New-Item -Path \"$persist_dir\" -Name \"user\" -ItemType \"directory\" | Out-Null",
|
|
" if (Test-Path \"$env:APPDATA\\Citra\") {",
|
|
" Write-host \"Migrating AppData...\" -ForegroundColor yellow",
|
|
" Copy-Item -Path \"$env:APPDATA\\Citra\\*\" -Destination \"$persist_dir\\user\" -Recurse",
|
|
" Remove-Item -Path \"$env:APPDATA\\Citra\" -Recurse",
|
|
" }",
|
|
"}"
|
|
],
|
|
"bin": [
|
|
"citra.exe",
|
|
"citra-qt.exe",
|
|
"citra-room.exe"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"citra-qt.exe",
|
|
"Citra"
|
|
]
|
|
],
|
|
"persist": "user",
|
|
"checkver": {
|
|
"github": "https://github.com/citra-emu/citra-nightly",
|
|
"regex": "download/nightly-(?<build>[\\d]+)/citra-windows-(?<env>[\\w]+)-(?<date>[\\d]+)-(?<commit>[\\da-f]{7})\\.(?<zip>7z|zip)",
|
|
"replace": "${build}-${date}"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/citra-emu/citra-nightly/releases/download/nightly-$matchBuild/citra-windows-$matchEnv-$matchDate-$matchCommit.$matchZip"
|
|
}
|
|
}
|