mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 08:05:34 -04:00
change dest.mkdir() to dest.mkdirs()
This commit is contained in:
parent
6b811893aa
commit
2e31d4b939
@ -558,7 +558,7 @@ public class PojavLoginActivity extends BaseActivity
|
||||
|
||||
private void uncompressTarXZ(final File tarFile, final File dest) throws IOException {
|
||||
|
||||
dest.mkdir();
|
||||
dest.mkdirs();
|
||||
TarArchiveInputStream tarIn = null;
|
||||
|
||||
tarIn = new TarArchiveInputStream(
|
||||
|
Loading…
x
Reference in New Issue
Block a user