diff options
Diffstat (limited to 'templates/native/packaging/wgt')
-rw-r--r-- | templates/native/packaging/wgt/config.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/native/packaging/wgt/config.xml.in b/templates/native/packaging/wgt/config.xml.in index 99c0168..411b210 100644 --- a/templates/native/packaging/wgt/config.xml.in +++ b/templates/native/packaging/wgt/config.xml.in @@ -2,9 +2,9 @@ <widget xmlns="http://www.w3.org/ns/widgets" id="@PROJECT_NAME@" version="@PROJECT_VERSION@"> <name>@PROJECT_NAME@</name> <icon src="icon.png"/> - <content src="htdocs/index.html" type="application/vnd.agl.html.hybrid"/> + <content src="@PROJECT_NAME@" type="application/vnd.agl.native"/> <description>@PROJECT_DESCRIPTION@</description> - <author>Romain Forlot <romain.forlot@iot.bzh></author> + <author>@PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@></author> <license>APL 2.0</license> </widget> |