From 8d0712744e2ceb7f710288f016162ef24e20f4eb Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sat, 20 Mar 2021 20:38:32 -0500 Subject: [PATCH] Shorten app description so it fits better in HBL --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1d270b0..da6cae6 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ endif #--------------------------------------------------------------------------------- TARGET := Universal-Updater BUILD := build -UNIVCORE := Universal-Core +UNIVCORE := Universal-Core SOURCES := $(UNIVCORE) source source/download source/gui source/lang source/menu source/overlays \ source/qr source/screens source/store source/utils DATA := data @@ -98,9 +98,9 @@ GRAPHICS := assets/gfx ROMFS := romfs GFXBUILD := $(ROMFS)/gfx APP_AUTHOR := Universal-Team -APP_DESCRIPTION := An easy to use app for installing and updating 3DS homebrew +APP_DESCRIPTION := A simple 3DS homebrew updater ICON := app/icon.png -BNR_IMAGE := app/banner.png +BNR_IMAGE := app/banner.png BNR_AUDIO := app/BannerAudio.wav RSF_FILE := app/build-cia.rsf