2021-05-18 14:58:40 -07:00
|
|
|
{
|
|
|
|
"homepage": "http://www.snes9x.com/",
|
|
|
|
"description": "SNES (Super Nintendo Entertainment System) emulator",
|
2021-05-27 17:30:29 -07:00
|
|
|
"version": "1.60-978",
|
2021-05-18 14:58:40 -07:00
|
|
|
"license": "Freeware",
|
|
|
|
"architecture": {
|
|
|
|
"32bit": {
|
2021-05-27 17:30:29 -07:00
|
|
|
"url": "https://ci.appveyor.com/api/buildjobs/cjfdcprdtyk3us30/artifacts/snes9x-1.60-978-9398d21-win32.zip",
|
|
|
|
"hash": "8059489bbe86d552a54ec4db965d3c4f35a97c9209a87360d90dbc3338996179",
|
2021-05-18 14:58:40 -07:00
|
|
|
"bin": "snes9x.exe",
|
|
|
|
"shortcuts": [
|
|
|
|
[
|
|
|
|
"snes9x.exe",
|
|
|
|
"Snes9X"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"64bit": {
|
2021-05-27 17:30:29 -07:00
|
|
|
"url": "https://ci.appveyor.com/api/buildjobs/nl69m41632gsdpt5/artifacts/snes9x-1.60-978-9398d21-win32-x64.zip",
|
|
|
|
"hash": "1dad56bd1b09281f121dfb6e4e12b321c1e3ea535070068cdb99b7d59fcd3a52",
|
2021-05-18 14:58:40 -07:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|