diff options
Diffstat (limited to 'templates/hybrid-html5')
-rw-r--r-- | templates/hybrid-html5/etc/config.cmake | 2 | ||||
-rw-r--r-- | templates/hybrid-html5/packaging/wgt/config.xml.in | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/templates/hybrid-html5/etc/config.cmake b/templates/hybrid-html5/etc/config.cmake index ee4015b..31ddb02 100644 --- a/templates/hybrid-html5/etc/config.cmake +++ b/templates/hybrid-html5/etc/config.cmake @@ -23,6 +23,8 @@ set(VERSION "0.0") set(PROJECT_PRETTY_NAME "Hybrid HTML5 Example") set(PROJECT_DESCRIPTION "Hybrid HTML5 AGL application example") set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/apps/app-templates") +set(PROJECT_AUTHOR "Last Name, First Name") +set(PROJECT_AUTHOR_MAIL "example.man@bigouden.bzh") set(PROJECT_ICON "icon.png") # Compilation Mode (DEBUG, RELEASE) 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 <romain.forlot@iot.bzh></author> + <author>@PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@></author> <license>APL 2.0</license> </widget> |