fixes issue #67 - only compresses resources.arsc if original apk had compressoin

This commit is contained in:
Connor Tumbleson
2013-01-13 08:19:42 -06:00
parent 7fc70058dc
commit f82b2e1855
5 changed files with 54 additions and 4 deletions

View File

@ -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 {