diff options
Diffstat (limited to 'src/config.xml.in')
-rw-r--r-- | src/config.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.xml.in b/src/config.xml.in index 33a8ff85..d735ce2b 100644 --- a/src/config.xml.in +++ b/src/config.xml.in @@ -2,7 +2,7 @@ <widget xmlns="http://www.w3.org/ns/widgets" id="@PROJECT_NAME@" version="@PROJECT_VERSION@"> <name>@PROJECT_NAME@</name> <icon src="icon.png"/> - <content src="@PROJECT_NAME@" type="application/vnd.agl.service"/> + <content src="libs" type="application/vnd.agl.service"/> <description>This is a demo application used to control and dialog with HVAC system</description> <author>Romain Forlot <romain.forlot@iot.bzh></author> <license>APL 2.0</license> |