scoop-games/bucket/citra-canary.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",
"version": "2034-20220127",
"url": "https://github.com/citra-emu/citra-canary/releases/download/canary-2034/citra-windows-mingw-20220127-64c9fde.7z",
"hash": "8ac8fdadd93bc15d796961dcd05bd3618a24b33db1648f91b364d3efb61606ac",
2019-07-14 10:42:52 -07:00
"extract_dir": "canary-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-canary",
"regex": "download/canary-(?<build>[\\d]+)/citra-windows-mingw-(?<date>[\\d]+)-(?<random>[a-fA-F\\d]+).7z",
"replace": "${1}-${2}"
},
"autoupdate": {
"url": "https://github.com/citra-emu/citra-canary/releases/download/canary-$matchBuild/citra-windows-mingw-$matchDate-$matchRandom.7z"
}
}