forked from libretro/Lakka-LibreELEC
08f7a574d6
This makes it easier to drop the property if it's not set. Signed-off-by: Matthias Reichl <hias@horus.com>
12 lines
326 B
JSON
12 lines
326 B
JSON
{
|
|
"name": "@DISTRONAME@_@PROJECT@",
|
|
"version": "@LIBREELEC_VERSION@",
|
|
"release_date": "@RELEASE_DATE@",
|
|
"kernel": "@KERNEL_VERSION@",
|
|
"description": "@DESCRIPTION@",
|
|
"username": "root",
|
|
"password": "@ROOT_PASSWORD@",
|
|
"supported_hex_revisions": "@NOOBS_HEX@",
|
|
"supported_models": [@NOOBS_SUPPORTED_MODELS@]
|
|
}
|