From fc1407c1da8d8f43025d841593ebd0a86d94d584 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:58:51 -0600 Subject: [PATCH] fix Makefile compiling --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da661f9..6d833f7 100644 --- a/Makefile +++ b/Makefile @@ -73,5 +73,5 @@ before-all:: fi; else before-package:: - @mkdir -p $(THEOS_STAGING_DIR)/Library/Application\ Support; cp -r lang/uYouPlus.bundle $(THEOS_STAGING_DIR)/Library/Application\ Support/ + @mkdir -p $(THEOS_STAGING_DIR)/Library/Application\ Support; cp -r Localizations/uYouPlus.bundle $(THEOS_STAGING_DIR)/Library/Application\ Support/ endif