summaryrefslogtreecommitdiffstats
path: root/templates/html5
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html5')
-rw-r--r--templates/html5/etc/config.cmake2
-rw-r--r--templates/html5/packaging/wgt/config.xml.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/templates/html5/etc/config.cmake b/templates/html5/etc/config.cmake
index 1a99bc6..db599ae 100644
--- a/templates/html5/etc/config.cmake
+++ b/templates/html5/etc/config.cmake
@@ -23,6 +23,8 @@ set(VERSION "0.0")
set(PROJECT_PRETTY_NAME "HTML5 Example")
set(PROJECT_DESCRIPTION "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/html5/packaging/wgt/config.xml.in b/templates/html5/packaging/wgt/config.xml.in
index 9af897b..26f4664 100644
--- a/templates/html5/packaging/wgt/config.xml.in
+++ b/templates/html5/packaging/wgt/config.xml.in
@@ -4,7 +4,7 @@
<icon src="icon.png"/>
<content src="index.html" type="text/html"/>
<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>