Skip to content

Commit

Permalink
oh my G key works again
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliesSurviving authored Jul 13, 2024
1 parent 3c01cdf commit 7a430b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Application/Dopamine/Jailbreak/DOEnvironmentManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ - (void)locateJailbreakRoot
// If we find this and are sure it's from Dopamine 1.x, rename it so all Dopamine 2.x users will have the same path
for (NSString *subItem in [[NSFileManager defaultManager] contentsOfDirectoryAtPath:activePrebootPath error:nil]) {
if (subItem.length == 9 && [subItem hasPrefix:@"jb-"]) {
NSString *candidateLegacyPath = [agctivePrebootPath stringByAppendingPathComponent:subItem];
NSString *candidateLegacyPath = [activePrebootPath stringByAppendingPathComponent:subItem];

BOOL installedDopamine = [[NSFileManager defaultManager] fileExistsAtPath:[candidateLegacyPath stringByAppendingPathComponent:@"procursus/.installed_dopamine"]];

Expand Down

0 comments on commit 7a430b7

Please sign in to comment.