From e4f5506095cc42b02c4db6e667c2942396a6538f Mon Sep 17 00:00:00 2001 From: hrtowii <68852354+hrtowii@users.noreply.github.com> Date: Mon, 22 Jan 2024 00:12:59 +0800 Subject: [PATCH] fix: update roothelper to search for Serotonin.app --- RootHelperSample/main.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RootHelperSample/main.m b/RootHelperSample/main.m index 1a9193a..a9f2403 100644 --- a/RootHelperSample/main.m +++ b/RootHelperSample/main.m @@ -101,7 +101,7 @@ uint64_t resolve_jbrand_value(const char* name) NSString* usprebooterappPath() { - return [usprebooterPath() stringByAppendingPathComponent:@"usprebooter.app"]; + return [usprebooterPath() stringByAppendingPathComponent:@"Serotonin.app"]; } int runLdid(NSArray* args, NSString** output, NSString** errorOutput)