1
0
mirror of https://github.com/switchbrew/libnx.git synced 2025-07-25 03:22:15 +02:00

Added APP_ICON to switch_rules, .jpg is used since official icons use it.

This commit is contained in:
yellows8 2018-01-01 19:46:29 -05:00
parent 916dfb56f0
commit 21d619e248

View File

@ -20,6 +20,10 @@ ifeq ($(strip $(APP_VERSION)),)
APP_VERSION := 1.0.0
endif
ifeq ($(strip $(APP_ICON)),)
APP_ICON := $(LIBNX)/default_icon.jpg
endif
#---------------------------------------------------------------------------------
%.nacp: $(MAKEFILE_LIST)
@nacptool --create "$(APP_TITLE)" "$(APP_AUTHOR)" "$(APP_VERSION)" $@ $(NACPFLAGS)