changed makefile
This commit is contained in:
parent
960982e4ab
commit
5e06ba05c7
2 changed files with 5 additions and 2 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue