scoop-games/bucket/citra.json

40 lines
1.5 KiB
JSON
Raw Normal View History

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",
2022-02-20 16:32:34 -08:00
"version": "1754-20220218",
"url": "https://github.com/citra-emu/citra-nightly/releases/download/nightly-1754/citra-windows-mingw-20220218-54a36bc.7z",
"hash": "48b47e84bcb515b7ec562edd2c2b1320927146dd048531fd566c7a96f3c2ed24",
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"
}
}