Update for template fixes.

This commit is contained in:
Steven Smith 2015-02-06 23:26:55 -08:00
parent 7cf4f0dc8c
commit 96f3e88faf

View File

@ -11,9 +11,9 @@ include $(DEVKITARM)/3ds_rules
include $(TOPDIR)/resources/AppInfo
APP_TITLE := $(shell echo $(APP_TITLE) | cut -c1-128)
APP_DESCRIPTION := $(shell echo $(APP_DESCRIPTION) | cut -c1-256)
APP_AUTHOR := $(shell echo $(APP_AUTHOR) | cut -c1-128)
APP_TITLE := $(shell echo "$(APP_TITLE)" | cut -c1-128)
APP_DESCRIPTION := $(shell echo "$(APP_DESCRIPTION)" | cut -c1-256)
APP_AUTHOR := $(shell echo "$(APP_AUTHOR)" | cut -c1-128)
APP_PRODUCT_CODE := $(shell echo $(APP_PRODUCT_CODE) | cut -c1-16)
APP_UNIQUE_ID := $(shell echo $(APP_UNIQUE_ID) | cut -c1-7)