scoop-games/bucket/snes9x-dev.json

62 lines
2.1 KiB
JSON

{
"version": "1.61-1075",
"description": "SNES (Super Nintendo Entertainment System) emulator",
"homepage": "http://www.snes9x.com/",
"license": {
"identifier": "Freeware",
"url": "https://github.com/snes9xgit/snes9x/blob/master/LICENSE"
},
"architecture": {
"32bit": {
"url": "https://ci.appveyor.com/api/buildjobs/m26u3t3m7efvx1he/artifacts/snes9x-1.61-1075-8685db4-win32.zip",
"hash": "1116b22713e888c45b91d11d918b4fcbc60f662bc8d22451e54689393ae18e5c",
"bin": "snes9x.exe",
"shortcuts": [
[
"snes9x.exe",
"Snes9X (dev)"
]
]
},
"64bit": {
"url": "https://ci.appveyor.com/api/buildjobs/8nsaoi4edc250tf0/artifacts/snes9x-1.61-1075-8685db4-win32-x64.zip",
"hash": "2c28a9a12455b84c8e367685be0ea0561c564408744d3cdf02881049b954b3a3",
"bin": [
[
"snes9x-x64.exe",
"snes9x"
]
],
"shortcuts": [
[
"snes9x-x64.exe",
"Snes9X (dev)"
]
]
}
},
"pre_install": [
"if (!(Test-Path \"$persist_dir\\snes9x.conf\")) {",
" New-Item \"$dir\\snes9x.conf\" -Type File | Out-Null",
"}"
],
"persist": [
"Saves",
"snes9x.conf"
],
"checkver": {
"url": "https://ci.appveyor.com/api/projects/snes9x/snes9x",
"regex": "\"jobId\":\"(?<win32>.*?)\".*?arch=win32,.*?\"jobId\":\"(?<x64>.*?)\".*?arch=win32-x64,.*\"version\":\"(?<version>.*?)\".*\"commitId\":\"(?<commit>.{7}).*\""
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://ci.appveyor.com/api/buildjobs/$matchWin32/artifacts/snes9x-$matchVersion-$matchCommit-win32.zip"
},
"64bit": {
"url": "https://ci.appveyor.com/api/buildjobs/$matchX64/artifacts/snes9x-$matchVersion-$matchCommit-win32-x64.zip"
}
}
}
}