31 lines
1022 B
JSON
31 lines
1022 B
JSON
{
|
|
"homepage": "https://yuzu-emu.org/",
|
|
"description": "Experimental emulator for the Nintendo Switch",
|
|
"version": "0-729",
|
|
"license": "GPL-2.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-729/yuzu-windows-msvc-20210826-800c9e50d.7z",
|
|
"hash": "168b10c3a39f90dea51e98048c51f8de1e818e1f9fc1c1aa80a6fc1f43a4cc40"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|