changed makefile

This commit is contained in:
ElijahZAwesome 2018-01-22 17:09:17 -06:00
parent 960982e4ab
commit 5e06ba05c7
2 changed files with 5 additions and 2 deletions

View file

@ -109,7 +109,6 @@ ifeq ($(strip $(ICON)),)
ifneq (,$(findstring $(TARGET).png,$(icons)))
export APP_ICON := $(TOPDIR)/$(TARGET).png
else
ifneq (,$(findstring icons-banners/icon.png,$(icons)))
ifneq (,$(findstring /icons-banners/icon.png,$(icons)))
export APP_ICON := $(TOPDIR)/icons-banners/icon.png
endif