Skip to content

Commit

Permalink
Update uYouPlus.xm localization description
Browse files Browse the repository at this point in the history
JBROOT_PATH_NSSTRING is there just in case ROOT_PATH_NS doesn’t work.
  • Loading branch information
arichornlover authored Oct 14, 2024
1 parent 25d1f63 commit 2dcbbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/uYouPlus.xm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 2dcbbe7

Please sign in to comment.