{ "homepage": "https://github.com/pineappleEA/pineapple-src", "description": "A Yuzu Early Access fork with Linux-specific patches", "version": "EA-2527", "license": "GPL-2.0-or-later", "architecture": { "64bit": { "url": "https://github.com/pineappleEA/pineapple-src/releases/download/EA-2527/Windows-Yuzu-EA-2527.7z", "hash": "8961e6a0b87a311c07f9d2a603ebd8edb875c9fe9a43f1fba0d1b39b10fa8684" } }, "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" } } } }