scoop-games/bucket/yuzu-pineapple.json

59 lines
1.8 KiB
JSON

{
"version": "EA-2923",
"description": "A Yuzu Early Access fork with Linux-specific patches",
"homepage": "https://github.com/pineappleEA/pineapple-src",
"license": {
"identifier": "GPL-2.0",
"url": "https://github.com/pineappleEA/pineapple-src/blob/main/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/pineappleEA/pineapple-src/releases/download/EA-2923/Windows-Yuzu-EA-2923.7z",
"hash": "2f83ffef880bed7acd973f1de4dfa4eb7a118676bf0fa6f97d7f68273580336f"
}
},
"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-dev"
],
[
"yuzu-cmd.exe",
"yuzu-cmd-dev"
]
],
"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"
}
}
}
}