From 24feccf415a3cf9300262a3ff7cdbe316afacad1 Mon Sep 17 00:00:00 2001 From: Brian Jones Date: Tue, 19 Aug 2014 13:08:59 -0700 Subject: [PATCH] Matching config.xml icon name to the one in the .wgt file Change-Id: I84c82dc9b7a5b647fccc623a4e3c0f170105de2f --- Makefile | 2 +- config.xml | 2 +- packaging/modello-appmanager.changes | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9717ebb..616da5a 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ INSTALL_FILES = $(PROJECT).wgt INSTALL_DIR = ${DESTDIR}/opt/usr/apps/.preinstallWidgets wgtPkg: - zip -r $(PROJECT).wgt config.xml css AppManagericon.png index.html js templates + zip -r $(PROJECT).wgt config.xml css AppManager_icon.png index.html js templates install: @echo "Installing Appmanager, stand by..." diff --git a/config.xml b/config.xml index 8db026c..e918f42 100644 --- a/config.xml +++ b/config.xml @@ -16,6 +16,6 @@ - + diff --git a/packaging/modello-appmanager.changes b/packaging/modello-appmanager.changes index fbc9ca6..3fd3592 100644 --- a/packaging/modello-appmanager.changes +++ b/packaging/modello-appmanager.changes @@ -1,3 +1,6 @@ +* Tue Aug 19 2014 Brian Jones accepted/tizen/ivi/20140807.053836-1-g373017f +- Matching config.xml icon name to the one in the .wgt file + * Wed Aug 06 2014 Brian Jones accepted/tizen/ivi/20140526.131050-1-g0558dae - Updating manifest to use xwalk_version instead of version - TC-1465 -- 2.7.4