steps towards Android
This commit is contained in:
parent
bd7fac6252
commit
76f9ff4e7b
|
@ -92,7 +92,7 @@ public class Autoupdate {
|
|||
file.setLastModified(lastModified);
|
||||
System.out.println("Downloaded " + file.length() + " bytes");
|
||||
|
||||
FileUtil.unzip(zipFileName, "..");
|
||||
FileUtil.unzip(zipFileName, new File(".."));
|
||||
} catch (Exception e) {
|
||||
System.err.println(e);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue