summaryrefslogtreecommitdiffstats
path: root/templates/hybrid-html5/packaging/wgt/config.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'templates/hybrid-html5/packaging/wgt/config.xml.in')
-rw-r--r--templates/hybrid-html5/packaging/wgt/config.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/hybrid-html5/packaging/wgt/config.xml.in b/templates/hybrid-html5/packaging/wgt/config.xml.in
index 99c0168..af4fd89 100644
--- a/templates/hybrid-html5/packaging/wgt/config.xml.in
+++ b/templates/hybrid-html5/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="index.html" type="application/vnd.agl.html.hybrid"/>
<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>