Edit RouterVersion.EXTRA before generating the i2p.i2p tarball

This commit is contained in:
idk
2023-01-23 16:04:13 +00:00
parent 00098cbf53
commit 046090ea11
3 changed files with 9 additions and 1 deletions

View File

@ -88,7 +88,9 @@ public class WinLauncher extends CopyConfigDir {
File programs = programFile();
File home = homeDir();
System.setProperty("i2p.dir.base", new File(programs.getAbsolutePath(), "config").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()));