mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 13:17:43 +02:00
fixes issue #67 - only compresses resources.arsc if original apk had compressoin
This commit is contained in:
@ -155,7 +155,12 @@ public class Main {
|
||||
String.valueOf(ex.getPkgId()) + ". You must install proper " +
|
||||
"framework files, see project website for more info.");
|
||||
System.exit(1);
|
||||
} catch (IOException ex) {
|
||||
System.out.println(
|
||||
"Could not modify file. Please ensure you have permission.");
|
||||
System.exit(1);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private static void cmdBuild(String[] args) throws BrutException {
|
||||
|
Reference in New Issue
Block a user