diff options
Diffstat (limited to 'templates/html5/packaging/wgt/config.xml.in')
-rw-r--r-- | templates/html5/packaging/wgt/config.xml.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/html5/packaging/wgt/config.xml.in b/templates/html5/packaging/wgt/config.xml.in deleted file mode 100644 index 26f4664..0000000 --- a/templates/html5/packaging/wgt/config.xml.in +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<widget xmlns="http://www.w3.org/ns/widgets" id="@PROJECT_NAME@" version="@PROJECT_VERSION@"> - <name>@PROJECT_NAME@</name> - <icon src="icon.png"/> - <content src="index.html" type="text/html"/> - <description>@PROJECT_DESCRIPTION@</description> - <author>@PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@></author> - <license>APL 2.0</license> -</widget> - - |