Bug 865210 - Set a valid window icon for desktop. r=vingtetun

This commit is contained in:
Alexandre Poirot 2013-05-06 08:51:25 -04:00
parent aeeac1a8b1
commit ef07b8164d
3 changed files with 4 additions and 0 deletions

View File

@ -156,9 +156,13 @@ endif # SKIP_COPY_XULRUNNER
$(NSINSTALL) -D $(DIST)/bin/chrome/icons/default
# Copy the app icon for b2g-desktop
ifeq ($(OS_ARCH),WINNT)
cp $(srcdir)/$(APP_ICON).ico $(DIST)/bin/chrome/icons/default/$(APP_ICON).ico
$(REDIT_PATH)/redit$(HOST_BIN_SUFFIX) $(DIST)/bin/$(APP_BINARY) $(srcdir)/$(APP_ICON).ico
cp $(srcdir)/$(APP_ICON).ico $(DIST)/bin/chrome/icons/default/default.ico
else ifneq (gonk,$(MOZ_WIDGET_TOOLKIT))
cp $(srcdir)/default.png $(DIST)/bin/chrome/icons/default/default.png
endif
endif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
b2g/app/default.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB