summaryrefslogtreecommitdiffstats
path: root/templates/native/packaging/wgt/config.xml.in
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-05-04 16:40:25 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-05-04 16:40:25 +0200
commit1339edfa2da2185491d7ee0023a2a4ab03b0e698 (patch)
tree3a64fcc0f78751b4e93916f4ea93845611866603 /templates/native/packaging/wgt/config.xml.in
parentbb5d36c29b1f4028261873ee52e1c9a788e4214d (diff)
Update to the latest modification from reference
Change-Id: I488eb76f809516a65ae642d7ff25b7ba51c94e2c Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'templates/native/packaging/wgt/config.xml.in')
-rw-r--r--templates/native/packaging/wgt/config.xml.in4
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 &lt;romain.forlot@iot.bzh&gt;</author>
+ <author>@PROJECT_AUTHOR@ &lt;@PROJECT_AUTHOR_MAIL@&gt;</author>
<license>APL 2.0</license>
</widget>