From 3ad4216ce41a8c02cb16656fe197e5255b56faa7 Mon Sep 17 00:00:00 2001 From: idk Date: Sun, 11 Sep 2022 02:18:32 -0400 Subject: [PATCH] make my TODO --- java/net/i2p/router/WinLauncher.java | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/java/net/i2p/router/WinLauncher.java b/java/net/i2p/router/WinLauncher.java index 1c5fe9c..6ca4bb3 100644 --- a/java/net/i2p/router/WinLauncher.java +++ b/java/net/i2p/router/WinLauncher.java @@ -88,6 +88,17 @@ public class WinLauncher { File programs = programFile(); File home = homeDir(); + // TODO: I want to minimize the amount of stuff I have to rely on NSIS for + // and if I + // 1. make the config directory inclusion part of the jpackage step + // and + // 2. make the launcher copy new or missing config files at launch + // then NSIS serves primarily as a way of providing multilanguage + // support in the installer. It has a higher degree of customization, + // but probably ceases to be necessary, I can make jpackage generate + // the installer, **and** I get to build every other kind of jpackage + // powered package. + if (launchBrowser(privateBrowsing, usabilityMode, chromiumFirst, proxyTimeoutTime, newArgsList)) { System.exit(0);