Skip to content

Commit

Permalink
Handler.m: Add 5 second sleep after OCLP spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
khronokernel committed May 27, 2024
1 parent 4fd4bf8 commit 6688525
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OCLP-Helper/Handler.m
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ -(void)postPKGRunApp:(BOOL)isUpdating {

[task launch];
[task waitUntilExit];

sleep(5);
}

-(void)runProcess {
Expand Down

0 comments on commit 6688525

Please sign in to comment.