mirror of
https://github.com/revanced/Apktool.git
synced 2025-04-29 21:54:25 +02:00
feat: create missing directories
This commit is contained in:
parent
9c6dffab51
commit
adc9452f66
@ -83,6 +83,10 @@ public class AaptInvoker {
|
||||
|
||||
if (resDir != null) {
|
||||
File buildDir = new File(resDir.getParent(), "build");
|
||||
|
||||
//noinspection ResultOfMethodCallIgnored
|
||||
buildDir.mkdir();
|
||||
|
||||
resourcesZip = new File(buildDir, "resources.zip");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user