2021-07-03 06:14:54 -07:00
|
|
|
{
|
|
|
|
"homepage": "https://yuzu-emu.org/",
|
|
|
|
"description": "Experimental emulator for the Nintendo Switch",
|
2022-02-17 16:32:05 -08:00
|
|
|
"version": "0-921",
|
2021-07-03 06:14:54 -07:00
|
|
|
"license": "GPL-2.0-only",
|
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
2022-02-17 16:32:05 -08:00
|
|
|
"url": "https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-921/yuzu-windows-msvc-20220217-3b4016fa2.7z",
|
|
|
|
"hash": "f28b826fd54daa981d2a288f93f17eecaf8972973ce4b939dc6220c4cd189ffc"
|
2021-07-03 06:14:54 -07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"extract_dir": "yuzu-windows-msvc",
|
2022-02-12 16:51:39 -08:00
|
|
|
"pre_install": [
|
|
|
|
"if (!(Test-Path \"$persist_dir\")) {",
|
|
|
|
" New-item \"$persist_dir\" -ItemType Directory | Out-Null",
|
2022-02-12 18:04:18 -08:00
|
|
|
" New-item \"$persist_dir\\user\" -ItemType Directory | Out-Null",
|
2022-02-12 16:51:39 -08:00
|
|
|
" if (Test-Path \"$env:APPDATA\\yuzu\") {",
|
|
|
|
" Write-host \"Migrating AppData...\" -ForegroundColor yellow",
|
|
|
|
" Copy-Item -Path \"$env:APPDATA\\yuzu\\*\" -Destination \"$persist_dir\" -Recurse",
|
|
|
|
" Remove-Item -Path \"$env:APPDATA\\yuzu\" -Recurse",
|
|
|
|
" }",
|
|
|
|
"}"
|
|
|
|
],
|
|
|
|
"bin": [
|
|
|
|
"yuzu.exe",
|
|
|
|
"yuzu-cmd.exe"
|
|
|
|
],
|
2021-07-03 06:14:54 -07:00
|
|
|
"shortcuts": [
|
|
|
|
[
|
|
|
|
"yuzu.exe",
|
|
|
|
"Yuzu"
|
|
|
|
]
|
|
|
|
],
|
2022-02-12 16:51:39 -08:00
|
|
|
"persist": [
|
|
|
|
"user",
|
|
|
|
"plugins"
|
|
|
|
],
|
2021-07-03 06:14:54 -07:00
|
|
|
"checkver": {
|
|
|
|
"github": "https://github.com/yuzu-emu/yuzu-mainline",
|
|
|
|
"regex": "download/mainline-([\\d.-]+)/yuzu-windows-msvc-(?<date>[\\d]{8})-(?<commit>[\\da-f]+).7z"
|
|
|
|
},
|
|
|
|
"autoupdate": {
|
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
|
|
|
"url": "https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-$version/yuzu-windows-msvc-$matchDate-$matchCommit.7z"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|