49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"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"
|
|
]
|
|
}
|