2021-07-03 06:14:54 -07:00
|
|
|
{
|
|
|
|
"homepage": "https://yuzu-emu.org/",
|
|
|
|
"description": "Experimental emulator for the Nintendo Switch",
|
2022-02-10 16:30:53 -08:00
|
|
|
"version": "0-914",
|
2021-07-03 06:14:54 -07:00
|
|
|
"license": "GPL-2.0-only",
|
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
2022-02-10 16:30:53 -08:00
|
|
|
"url": "https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-914/yuzu-windows-msvc-20220210-92ed183b5.7z",
|
|
|
|
"hash": "3e526978aa6a710b2de7e4724596c6f842aa531bb38f25f406000b60c07f633a"
|
2021-07-03 06:14:54 -07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"extract_dir": "yuzu-windows-msvc",
|
|
|
|
"shortcuts": [
|
|
|
|
[
|
|
|
|
"yuzu.exe",
|
|
|
|
"Yuzu"
|
|
|
|
]
|
|
|
|
],
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|