69 lines
2.0 KiB
JSON
69 lines
2.0 KiB
JSON
{
|
|
"version": "1.61",
|
|
"description": "SNES (Super Nintendo Entertainment System) emulator",
|
|
"homepage": "http://www.snes9x.com/",
|
|
"license": {
|
|
"identifier": "Non-commercial",
|
|
"url": "https://github.com/snes9xgit/snes9x/blob/master/LICENSE"
|
|
},
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/snes9xgit/snes9x/releases/download/1.61/snes9x-1.61-win32.zip",
|
|
"hash": "95b4a40a76832338533ed3a084a5215764932265c18b101467f9819931d89c37",
|
|
"bin": "snes9x.exe",
|
|
"shortcuts": [
|
|
[
|
|
"snes9x.exe",
|
|
"Snes9X"
|
|
]
|
|
]
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/snes9xgit/snes9x/releases/download/1.61/snes9x-1.61-win32-x64.zip",
|
|
"hash": "c52100c21ed2b6754eaf3b9536570b67b1f3c89806c8f2b4448856fbb7639dee",
|
|
"bin": [
|
|
[
|
|
"snes9x-x64.exe",
|
|
"snes9x"
|
|
]
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"snes9x-x64.exe",
|
|
"Snes9X"
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"pre_install": [
|
|
"if (!(Test-Path \"$persist_dir\\snes9x.conf\")) {",
|
|
" New-Item \"$dir\\snes9x.conf\" -Type File | Out-Null",
|
|
"}"
|
|
],
|
|
"persist": [
|
|
"BIOS",
|
|
"Cheats",
|
|
"Movies",
|
|
"Patches",
|
|
"Roms",
|
|
"SatData",
|
|
"Saves",
|
|
"Screenshots",
|
|
"SPCs",
|
|
"snes9x.conf"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/snes9xgit/snes9x"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/snes9xgit/snes9x/releases/download/$version/snes9x-$version-win32.zip"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/snes9xgit/snes9x/releases/download/$version/snes9x-$version-win32-x64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|