Skip to content

Commit

Permalink
not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliesSurviving authored Jul 13, 2024
1 parent 3b62cb8 commit 9cb34dd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Application/Dopamine/Jailbreak/DOEnvironmentManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,6 @@ - (void)locateJailbreakRoot
randomizedJailbreakPath = [activePrebootPath stringByAppendingPathComponent:subItem];
}
}

if (randomizedJailbreakPath) {
BOOL installedWinters = [[NSFileManager defaultManager] fileExistsAtPath:[randomizedJailbreakPath stringByAppendingPathComponent:@"procursus/.installed_winters"]];
if (!installedWinters) {
_bootstrapNeedsMigration = YES;
gSystemInfo.jailbreakInfo.rootPath = NO;
}
}

if (!randomizedJailbreakPath) {
// Second attempt at finding jailbreak root, look for Dopamine 1.x path, but as other jailbreaks use it too, make sure it is Dopamine
Expand Down

0 comments on commit 9cb34dd

Please sign in to comment.