From 2dcbbe7ef4ba7077dad2acbd59390d7562cdd4de Mon Sep 17 00:00:00 2001 From: "aric3435 (INACTIVE)" <78001398+arichornlover@users.noreply.github.com> Date: Mon, 14 Oct 2024 02:14:10 -0500 Subject: [PATCH] Update uYouPlus.xm localization description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JBROOT_PATH_NSSTRING is there just in case ROOT_PATH_NS doesn’t work. --- Sources/uYouPlus.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 66b60f1905..c29794e358 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -10,7 +10,7 @@ NSBundle *uYouPlusBundle() { if (tweakBundlePath) bundle = [NSBundle bundleWithPath:tweakBundlePath]; else - bundle = [NSBundle bundleWithPath:ROOT_PATH_NS(@"/Library/Application Support/uYouPlus.bundle")]; + bundle = [NSBundle bundleWithPath:ROOT_PATH_NS(@"/Library/Application Support/uYouPlus.bundle")]; // ROOT_PATH_NS = JBROOT_PATH_NSSTRING }); return bundle; }