From d15f7ce0c9ef7debc75a2e5a55f863778203fbaf Mon Sep 17 00:00:00 2001 From: Ponali Date: Sat, 20 Apr 2024 08:52:58 +0200 Subject: [PATCH] fixed issues with metadata --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 12cbe92..7b37e0a 100644 --- a/Makefile +++ b/Makefile @@ -40,8 +40,8 @@ GRAPHICS := gfx ROMFS := romfs GFXBUILD := $(ROMFS) #GFXBUILD := $(ROMFS)/gfx -APP_TITLE := Scratch 3DS -APP_DESCRIPTION := A work-in-progress homebrew application for recreating the scratch client for the Nintendo 3DS architecture. +APP_TITLE := Scratch for 3DS +APP_DESCRIPTION := A W.I.P. Scratch recreation for the 3DS. APP_AUTHOR := Made by Ponali and Wahlolly #---------------------------------------------------------------------------------