scoop-games/bucket/citra.json

43 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2019-07-14 19:42:52 +02:00
{
2022-09-04 04:47:18 +00:00
"version": "1784-20220903",
"description": "Emulator for Nintendo 3DS, capable of playing many of your favorite games",
"homepage": "https://citra-emu.org/",
"license": {
2022-03-19 15:54:04 -07:00
"identifier": "GPL-2.0",
"url": "https://github.com/citra-emu/citra-nightly/blob/master/license.txt"
},
2022-09-04 04:47:18 +00:00
"url": "https://github.com/citra-emu/citra-nightly/releases/download/nightly-1784/citra-windows-mingw-20220903-47c4f31.7z",
"hash": "d4b7df7f41fbdde0dc28a5c0db2853fc77807a509daf8ffccab60f855ef4d25e",
2019-07-14 19:42:52 +02:00
"extract_dir": "nightly-mingw",
2019-12-08 19:34:40 -05: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",
" }",
"}"
],
"bin": [
"citra.exe",
"citra-qt.exe",
"citra-room.exe"
],
2019-07-14 19:42:52 +02:00
"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"
}
2019-07-14 19:42:52 +02:00
}