2021-07-03 06:14:54 -07:00
|
|
|
{
|
|
|
|
"homepage": "https://yuzu-emu.org/",
|
|
|
|
"description": "Experimental emulator for the Nintendo Switch",
|
2021-07-12 17:30:50 -07:00
|
|
|
"version": "0-685",
|
2021-07-03 06:14:54 -07:00
|
|
|
"license": "GPL-2.0-only",
|
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
2021-07-12 17:30:50 -07:00
|
|
|
"url": "https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-685/yuzu-windows-msvc-20210712-ac552d5f1.7z",
|
|
|
|
"hash": "14694207ed38aa0f432964ff29ae46deec390020a56252275a1b212dc91661b4"
|
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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|