{ "homepage": "https://citra-emu.org/", "description": "Emulator for Nintendo 3DS, capable of playing many of your favorite games", "license": "MIT", "version": "1728-20211013", "url": "https://github.com/citra-emu/citra-nightly/releases/download/nightly-1728/citra-windows-mingw-20211013-9019212.7z", "hash": "c5700c94f90b3382036d8eb3e34263fc65e1e7ff96c31f4af5b3c6b4ef1d3bd5", "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-(?[\\d]+)/citra-windows-mingw-(?[\\d]+)-(?[a-fA-F\\d]+).7z", "replace": "${1}-${2}" }, "autoupdate": { "url": "https://github.com/citra-emu/citra-nightly/releases/download/nightly-$matchBuild/citra-windows-mingw-$matchDate-$matchRandom.7z" } }