Skip to content

Commit

Permalink
fix: update roothelper to search for Serotonin.app
Browse files Browse the repository at this point in the history
  • Loading branch information
hrtowii committed Jan 21, 2024
1 parent faa92c9 commit e4f5506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RootHelperSample/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e4f5506

Please sign in to comment.