fbneo-nightly: Add the nightly version (#586)

This commit is contained in:
RavenMacDaddy 2022-03-06 18:10:18 +01:00 committed by GitHub
parent 90e7bd0c85
commit d5dae60dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

48
bucket/fbneo-nightly.json Normal file
View File

@ -0,0 +1,48 @@
{
"version": "nightly",
"description": "Emulator for arcade games and select consoles",
"homepage": "https://github.com/finalburnneo/FBNeo",
"license": "https://github.com/finalburnneo/FBNeo/blob/master/src/license.txt",
"architecture": {
"32bit": {
"url": "https://github.com/finalburnneo/FBNeo/releases/download/latest/Windows.x32.zip",
"bin": [
[
"fbneo.exe",
"fbneo-nightly"
]
],
"shortcuts": [
[
"fbneo.exe",
"FinalBurn Neo (nightly)"
]
]
},
"64bit": {
"url": "https://github.com/finalburnneo/FBNeo/releases/download/latest/Windows.x64.zip",
"bin": [
[
"fbneo64.exe",
"fbneo-nightly"
]
],
"shortcuts": [
[
"fbneo64.exe",
"FinalBurn Neo (nightly)"
]
]
}
},
"persist": [
"avi",
"config",
"neocdiso",
"recordings",
"roms",
"savestates",
"screenshots",
"support"
]
}