mirror of
				https://github.com/opa334/TrollStore.git
				synced 2025-11-04 07:32:36 +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