32 lines
1013 B
JSON
32 lines
1013 B
JSON
{
|
|
"version": "115",
|
|
"description": "Super Nintendo Entertainment System (SNES) emulator",
|
|
"homepage": "https://github.com/bsnes-emu/bsnes",
|
|
"license": {
|
|
"identifier": "GPL-2.0",
|
|
"url": "https://github.com/bsnes-emu/bsnes/blob/master/LICENSE.txt"
|
|
},
|
|
"url": "https://github.com/bsnes-emu/bsnes/releases/download/v115/bsnes_v115-windows.zip",
|
|
"hash": "be2b3d17523f011359d1a88e05a54a0e70c846ee98a6b520d1a60e7422b2f7ef",
|
|
"extract_dir": "bsnes_v115-windows",
|
|
"bin": "bsnes.exe",
|
|
"shortcuts": [
|
|
[
|
|
"bsnes.exe",
|
|
"bsnes"
|
|
]
|
|
],
|
|
"persist": [
|
|
"Firmware",
|
|
"settings.bml"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/bsnes-emu/bsnes",
|
|
"regex": ".*bsnes_v(?<version>[\\d\\w.]+)-windows.zip"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/bsnes-emu/bsnes/releases/download/v$version/bsnes_v$version-windows.zip",
|
|
"extract_dir": "bsnes_v$version-windows"
|
|
}
|
|
}
|