2019-07-14 10:42:52 -07:00
|
|
|
{
|
|
|
|
"homepage": "https://citra-emu.org/",
|
2019-07-27 07:48:49 -07:00
|
|
|
"description": "Emulator for Nintendo 3DS, capable of playing many of your favorite games",
|
2019-07-14 10:42:52 -07:00
|
|
|
"license": "MIT",
|
2021-08-22 17:30:26 -07:00
|
|
|
"version": "1721-20210823",
|
|
|
|
"url": "https://github.com/citra-emu/citra-nightly/releases/download/nightly-1721/citra-windows-mingw-20210823-89410c1.7z",
|
|
|
|
"hash": "2fe896f182049ea027b8142a679d67da5188e5af997a46267d2e0a9d7afa3514",
|
2019-07-14 10:42:52 -07:00
|
|
|
"extract_dir": "nightly-mingw",
|
2019-12-08 16:34:40 -08:00
|
|
|
"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",
|
|
|
|
" }",
|
|
|
|
"}"
|
|
|
|
],
|
2019-07-14 10:42:52 -07:00
|
|
|
"bin": [
|
|
|
|
"citra.exe",
|
|
|
|
"citra-qt.exe",
|
|
|
|
"citra-room.exe"
|
|
|
|
],
|
|
|
|
"shortcuts": [
|
|
|
|
[
|
|
|
|
"citra-qt.exe",
|
|
|
|
"Citra"
|
|
|
|
]
|
|
|
|
],
|
2019-12-08 16:34:40 -08:00
|
|
|
"persist": "user",
|
2019-07-14 10:42:52 -07:00
|
|
|
"checkver": {
|
|
|
|
"github": "https://github.com/citra-emu/citra-nightly",
|
|
|
|
"regex": "download/nightly-(?<build>[\\d]+)/citra-windows-mingw-(?<date>[\\d]+)-(?<random>[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"
|
|
|
|
}
|
|
|
|
}
|