mirror of
https://github.com/opa334/TrollStore.git
synced 2025-01-18 13:05:42 +08:00
Fix if statement that broke app installations
This commit is contained in:
parent
16d4771621
commit
bbdd0fdcdd
@ -666,7 +666,7 @@ int signApp(NSString* appPath)
|
||||
if (r == 0) {
|
||||
NSLog(@"[%@] Applied CoreTrust bypass!", filePath);
|
||||
}
|
||||
if (r == 2) {
|
||||
else if (r == 2) {
|
||||
NSLog(@"[%@] Cannot apply CoreTrust bypass on an encrypted binary!", filePath);
|
||||
fat_free(fat);
|
||||
return 180;
|
||||
|
Loading…
Reference in New Issue
Block a user