Skip to content

Commit

Permalink
use this instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliesSurviving authored Jul 10, 2024
1 parent cce9a8e commit 6296fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Application/Dopamine/Jailbreak/DOBootstrapper.m
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ - (NSError *)deleteBootstrap
];

for (NSString *xinaLeftoverSymlink in xinaLeftoverSymlinks) {
[self deleteSymlinkAtPath:xinaLeftoverSymlink error:nil];
[self removeItemAtPath:xinaLeftoverSymlink error:nil];
}

for (NSString *xinaLeftoverFile in xinaLeftoverFiles) {
Expand Down

0 comments on commit 6296fb2

Please sign in to comment.