{ "version": "2198-20220710", "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-canary/blob/master/license.txt" }, "url": "https://github.com/citra-emu/citra-canary/releases/download/canary-2198/citra-windows-mingw-20220710-17ac375.7z", "hash": "b22613df94e024b2a1a4c426ac45d7a6f44fe128c0020b48d485f45a8e572e56", "extract_dir": "canary-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-canary" ], [ "citra-qt.exe", "citra-qt-canary" ], [ "citra-room.exe", "citra-room-canary" ] ], "shortcuts": [ [ "citra-qt.exe", "Citra (Canary)" ] ], "persist": "user", "checkver": { "github": "https://github.com/citra-emu/citra-canary", "regex": "download/canary-(?[\\d]+)/citra-windows-(?[\\w]+)-(?[\\d]{8})-(?[\\da-f]{7})\\.(?7z|zip)", "replace": "${build}-${date}" }, "autoupdate": { "url": "https://github.com/citra-emu/citra-canary/releases/download/canary-$matchBuild/citra-windows-$matchEnv-$matchDate-$matchCommit.$matchZip" } }