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

--HG--
extra : amend_source : 999001892223313d953ac121d18bee6937d7c48e
This commit is contained in:
Alexandre Poirot 2013-04-26 15:38:38 -07:00
parent ad00745549
commit 84a11b1ffa
3 changed files with 3 additions and 0 deletions

View File

@ -158,6 +158,9 @@ endif # SKIP_COPY_XULRUNNER
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
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