@@ -43,9 +43,10 @@ SOURCES := source source/ui source/data source/install source/nx source/nx/ipc
4343DATA := data
4444INCLUDES := include include/ui include/data include/install include/nx include/nx/ipc include/util include/Plutonium/Plutonium/Output-switch/include
4545APP_TITLE := Tinleaf Installer
46- APP_AUTHOR := Adubbz & Xortroll
47- APP_VERSION := 1.4.0
46+ APP_AUTHOR := Adubbz and Xortroll
47+ APP_VERSION := 1.4.1
4848ROMFS := romfs
49+ APP_ICON := icon.jpg
4950
5051# ---------------------------------------------------------------------------------
5152# options for code generation
@@ -132,12 +133,8 @@ endif
132133
133134ifeq ($(strip $(ICON ) ) ,)
134135 icons := $(wildcard *.jpg)
135- ifneq (,$(findstring $(TARGET).jpg,$(icons)))
136- export APP_ICON := $(TOPDIR)/$(TARGET).jpg
137- else
138- ifneq (,$(findstring icon.jpg,$(icons)))
139- export APP_ICON := $(TOPDIR)/icon.jpg
140- endif
136+ ifneq (,$(findstring icon.jpg,$(icons)))
137+ export APP_ICON := $(TOPDIR)/icon.jpg
141138 endif
142139else
143140 export APP_ICON := $(TOPDIR)/$(ICON)
@@ -159,6 +156,8 @@ ifneq ($(ROMFS),)
159156 export NROFLAGS += --romfsdir=$(CURDIR)/$(ROMFS)
160157endif
161158
159+ $(info $$NROFLAGS is [${NROFLAGS}])
160+
162161.PHONY : $(BUILD ) clean all
163162
164163# ---------------------------------------------------------------------------------
0 commit comments