update libraries

This commit is contained in:
idk
2022-10-25 22:03:27 -04:00
parent 7e21d86ab4
commit 85e30d36d7
3 changed files with 5 additions and 9 deletions

View File

@ -30,7 +30,7 @@ public class ZipUpdateProcess implements Runnable {
private File workDir() throws IOException {
if (ctx != null) {
File workDir =
new File(ctx.getConfigDir().getAbsolutePath(), "i2p_update_win");
new File(ctx.getConfigDir().getAbsolutePath(), "i2p_update_zip");
if (workDir.exists()) {
if (workDir.isFile())
throw new IOException(workDir +