fbneo: Adjust the manifest order and Notes (#584)

master
RavenMacDaddy 2022-03-06 21:13:09 +01:00 committed by GitHub
parent d5dae60dbb
commit 35796a6d61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 15 deletions

View File

@ -1,23 +1,25 @@
{
"homepage": "https://github.com/finalburnneo/FBNeo",
"description": "Emulator for arcade games and select consoles",
"version": "1.0.0.2",
"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",
"notes": [
"",
"Some Windows 10 users will get an error message when they first startup the emulator because the default renderer is using Direct3D 7.",
"Some users will get an error message when they start the emulator because the default renderer is using Direct3D 7.",
"",
"To change the renderer to use DirectX 9 or DirectDraw 7 instead, go to Video > Select blitter.",
"To change the renderer, go to Video > Select blitter.",
""
],
"url": "https://github.com/finalburnneo/FBNeo/releases/download/v1.0.0.2/fbneo.zip",
"hash": "9d09d210b007745c91143df61da46190d60a344b192ad79e3b6bc1f1140e0ec1",
"autoupdate": {
"url": "https://github.com/finalburnneo/FBNeo/releases/download/v$version/fbneo.zip"
},
"bin": "fbneo.exe",
"checkver": "github",
"extract_dir": "fbneo",
"bin": "fbneo.exe",
"shortcuts": [
[
"fbneo.exe",
"FinalBurn Neo"
]
],
"persist": [
"avi",
"config",
@ -28,10 +30,8 @@
"screenshots",
"support"
],
"shortcuts": [
[
"fbneo.exe",
"FinalBurn Neo"
]
]
"checkver": "github",
"autoupdate": {
"url": "https://github.com/finalburnneo/FBNeo/releases/download/v$version/fbneo.zip"
}
}