scoop-games/bucket/snes9x-dev.json

55 lines
2.0 KiB
JSON

{
"homepage": "http://www.snes9x.com/",
"description": "SNES (Super Nintendo Entertainment System) emulator",
"version": "1.60-986",
"license": "Freeware",
"architecture": {
"32bit": {
"url": "https://ci.appveyor.com/api/buildjobs/kp2g6phanwtt2m6m/artifacts/snes9x-1.60-986-46f11f6-win32.zip",
"hash": "2983b92f19dc9c47070ee3640607b51568bf669ced421fbe881758243a9b82f6",
"bin": "snes9x.exe",
"shortcuts": [
[
"snes9x.exe",
"Snes9X"
]
]
},
"64bit": {
"url": "https://ci.appveyor.com/api/buildjobs/0y96e720ckbvk630/artifacts/snes9x-1.60-986-46f11f6-win32-x64.zip",
"hash": "9271c7bef303775de5530391a20f0146a17a9b7ef4f9ecbdbed342865f0f8f4f",
"bin": [
[
"snes9x-x64.exe",
"snes9x"
]
],
"shortcuts": [
[
"snes9x-x64.exe",
"Snes9X"
]
]
}
},
"pre_install": "If(!(Test-Path(\"$persist_dir\\snes9x.conf\"))){New-Item -ItemType File \"$dir\\snes9x.conf\" | 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"
}
}
}
}