Skip to content

Commit

Permalink
Disable bootscreend because it crashes launchd in some cases
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfugil committed Mar 23, 2024
1 parent 18a32f1 commit 7e31b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/payload_dylib/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ __attribute__((constructor))void launchd_hook_main(void) {
spin();
}

if ((pflags & palerain_option_verbose_boot) == 0) bootscreend_main();
// if ((pflags & palerain_option_verbose_boot) == 0) bootscreend_main();
void* systemhook_handle = dlopen(HOOK_DYLIB_PATH, RTLD_NOW);
if (!systemhook_handle) {
fprintf(stderr, "dlopen systemhook failed: %s\n", dlerror());
Expand Down

0 comments on commit 7e31b2c

Please sign in to comment.