add service to meta file

This commit is contained in:
lxsang 2020-08-16 02:23:33 +02:00
parent c5b9064764
commit 264e396a89
4 changed files with 12 additions and 6 deletions

View File

@ -1,13 +1,16 @@
{ {
"pkgname": "JarvisControl", "pkgname": "JarvisControl",
"app":"JarvisControl", "app":"JarvisControl",
"name":"JarvisControl", "name":"Jarvis monitoring",
"services": [
"JarvisService"
],
"description":"JarvisControl", "description":"JarvisControl",
"info":{ "info":{
"author": "", "author": "",
"email": "" "email": ""
}, },
"version":"0.0.1-a", "version":"0.1.1-a",
"category":"Other", "category":"Other",
"iconclass":"fa fa-android", "iconclass":"fa fa-android",
"mimes":["none"], "mimes":["none"],

View File

@ -1,13 +1,16 @@
{ {
"pkgname": "JarvisControl", "pkgname": "JarvisControl",
"app":"JarvisControl", "app":"JarvisControl",
"name":"JarvisControl", "name":"Jarvis monitoring",
"services": [
"JarvisService"
],
"description":"JarvisControl", "description":"JarvisControl",
"info":{ "info":{
"author": "", "author": "",
"email": "" "email": ""
}, },
"version":"0.0.1-a", "version":"0.1.1-a",
"category":"Other", "category":"Other",
"iconclass":"fa fa-android", "iconclass":"fa fa-android",
"mimes":["none"], "mimes":["none"],

View File

@ -82,11 +82,11 @@
}, },
{ {
"pkgname": "JarvisControl", "pkgname": "JarvisControl",
"name": "JarvisControl", "name": "Jarvis monitoring",
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/JarvisControl/README.md", "description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/JarvisControl/README.md",
"category": "Other", "category": "Other",
"author": "", "author": "",
"version": "0.0.1-a", "version": "0.1.1-a",
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/JarvisControl/build/release/JarvisControl.zip" "download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/JarvisControl/build/release/JarvisControl.zip"
}, },
{ {