diff --git a/Makefile.switch b/Makefile.switch index f9419a1..cf563c9 100644 --- a/Makefile.switch +++ b/Makefile.switch @@ -29,8 +29,13 @@ include $(DEVKITPRO)/libnx/switch_rules # - icon.jpg # - /default_icon.jpg #--------------------------------------------------------------------------------- -TARGET := $(notdir $(CURDIR)) -BUILD := build +APP_TITLE := Ftpd $(VERSION) +APP_AUTHOR := Mtheall, Tuxsh, WinterMute +ICON := meta/ftpd.jpg +APP_VERSION := $(VERSION) +#--------------------------------------------------------------------------------- +TARGET := ftpd +BUILD := build.switch SOURCES := source DATA := data INCLUDES := include diff --git a/meta/ftpd.jpg b/meta/ftpd.jpg new file mode 100644 index 0000000..67e960a Binary files /dev/null and b/meta/ftpd.jpg differ