update i2pfirefox jar

This commit is contained in:
idk
2022-08-07 22:58:37 -04:00
parent 86e363d13e
commit 49d52e150b
2 changed files with 4 additions and 3 deletions

View File

@ -69,10 +69,11 @@ public class WinLauncher {
if (i2pIsRunning()) {
logger.warning("I2P is already running");
System.out.println("I2PFirefox");
I2PFirefox i2pFirefox = new I2PFirefox();
System.out.println("I2PFirefox");
i2pFirefox.launch();
System.exit(0);
//System.exit(0);
return;
}
System.setProperty("i2p.dir.base", programs.getAbsolutePath());