Matching config.xml icon name to the one in the .wgt file 47/26247/1 accepted/tizen/ivi/20140820.105008 submit/tizen_ivi/20140819.215754
authorBrian Jones <brian.j.jones@intel.com>
Tue, 19 Aug 2014 20:08:59 +0000 (13:08 -0700)
committerBrian Jones <brian.j.jones@intel.com>
Tue, 19 Aug 2014 20:09:17 +0000 (13:09 -0700)
Change-Id: I84c82dc9b7a5b647fccc623a4e3c0f170105de2f

Makefile
config.xml
packaging/modello-appmanager.changes

index 9717ebb..616da5a 100644 (file)
--- 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..."
index 8db026c..e918f42 100644 (file)
@@ -16,6 +16,6 @@
     <tizen:privilege name="http://tizen.org/privilege/bluetooth.spp" />
     <tizen:privilege name="http://tizen.org/privilege/bluetooth.gap" />
        <content src="index.html"/>
-       <icon src="icon.png"/>
+       <icon src="AppManager_icon.png"/>
        <access origin="*" subdomains="true"/>
 </widget>
index fbc9ca6..3fd3592 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Aug 19 2014 Brian Jones <brian.j.jones@intel.com> 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 <brian.j.jones@intel.com> accepted/tizen/ivi/20140526.131050-1-g0558dae
 - Updating manifest to use xwalk_version instead of version - TC-1465