mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45:52 +01:00
Always compress resources.arsc file.
This commit is contained in:
parent
5087e915e1
commit
10a674dc9e
@ -154,8 +154,8 @@ final public class AndrolibResources {
|
||||
|
||||
if (framework) {
|
||||
cmd.add("-x");
|
||||
cmd.add("-0");
|
||||
cmd.add("arsc");
|
||||
// cmd.add("-0");
|
||||
// cmd.add("arsc");
|
||||
}
|
||||
|
||||
if (include != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user