59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"version": "EA-2920",
|
|
"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-2920/Windows-Yuzu-EA-2920.7z",
|
|
"hash": "99abf0a12b0e5bb33d1fcd42d3449b82e486a63fe10408a3f91c0110e704d0f2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|