scoop-games/bucket/yuzu-pineapple.json

50 lines
1.6 KiB
JSON

{
"homepage": "https://github.com/pineappleEA/pineapple-src",
"description": "A Yuzu Early Access fork with Linux-specific patches",
"version": "EA-2504",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/pineappleEA/pineapple-src/releases/download/EA-2504/Windows-Yuzu-EA-2504.7z",
"hash": "0f51f41e87a4009fa4d9010beca4e4d4408a923230dcbf4d952a61ed2ad983a8"
}
},
"extract_dir": "yuzu-windows-msvc-early-access",
"pre_install": [
"if (!(Test-Path \"$persist_dir\")) {",
" New-item \"$persist_dir\" -ItemType Directory | Out-Null",
" New-item \"$persist_dir\\user\" -ItemType Directory | Out-Null",
" if (Test-Path \"$env:APPDATA\\yuzu\") {",
" Write-host \"Migrating AppData...\" -ForegroundColor yellow",
" Copy-Item -Path \"$env:APPDATA\\yuzu\\*\" -Destination \"$persist_dir\\user\" -Recurse",
" Remove-Item -Path \"$env:APPDATA\\yuzu\" -Recurse",
" }",
"}"
],
"bin": [
"yuzu.exe",
"yuzu-cmd.exe"
],
"shortcuts": [
[
"yuzu.exe",
"Yuzu (Development)"
]
],
"persist": [
"user",
"plugins"
],
"checkver": {
"github": "https://github.com/pineappleEA/pineapple-src",
"regex": "(EA-\\d+) \\(auto-updater\\)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/pineappleEA/pineapple-src/releases/download/$version/Windows-Yuzu-$version.7z"
}
}
}
}