From 387850d3018f03cdeb71bac7473e5f58831f2d25 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sat, 14 Dec 2019 12:44:43 -0500 Subject: [PATCH] Added APP_AUTHOR to Makefile.nx. --- Makefile.nx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.nx b/Makefile.nx index beb7691..bc014f5 100644 --- a/Makefile.nx +++ b/Makefile.nx @@ -46,6 +46,8 @@ ROMFS := romfs DIST_PATH := $(TARGET)_v$(APP_VERSION) +APP_AUTHOR := switchbrew + #--------------------------------------------------------------------------------- # options for code generation #---------------------------------------------------------------------------------