mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 08:35:37 -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 {
|
private void uncompressTarXZ(final File tarFile, final File dest) throws IOException {
|
||||||
|
|
||||||
dest.mkdir();
|
dest.mkdirs();
|
||||||
TarArchiveInputStream tarIn = null;
|
TarArchiveInputStream tarIn = null;
|
||||||
|
|
||||||
tarIn = new TarArchiveInputStream(
|
tarIn = new TarArchiveInputStream(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user