possible jbigi fix

This commit is contained in:
idk
2023-01-02 02:32:51 +00:00
parent 1a1e25a52f
commit f7c6251f30
5 changed files with 17 additions and 7 deletions

View File

@@ -88,7 +88,7 @@ public class WinLauncher extends CopyConfigDir {
File programs = programFile();
File home = homeDir();
System.setProperty("i2p.dir.base", programs.getAbsolutePath());
System.setProperty("i2p.dir.base", new File(programs.getAbsolutePath(), "config").getAbsolutePath());
System.setProperty("i2p.dir.config", home.getAbsolutePath());
System.setProperty("router.pid",
String.valueOf(ProcessHandle.current().pid()));