mameui: Add description, persist folders (#248)

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
master
RavenMacDaddy 2021-05-02 21:31:02 +02:00 committed by GitHub
parent 6fd10e2718
commit 1e3e79aa2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{ {
"homepage": "http://www.mameui.info/", "homepage": "http://www.mameui.info/",
"description": "GUI frontend for MAME, the multi-purpose emulation framework",
"version": "nightly", "version": "nightly",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"architecture": { "architecture": {
@ -15,6 +16,16 @@
] ]
} }
}, },
"persist": [
"cfg",
"diff",
"ini",
"inp",
"memcard",
"nvram",
"snap",
"sta"
],
"checkver": { "checkver": {
"regex": "MAMEUI v\\.([\\d]+) Download", "regex": "MAMEUI v\\.([\\d]+) Download",
"replace": "0.${1}" "replace": "0.${1}"