You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -30,13 +30,12 @@ The I2P router expects to find some resources in specific places. The legacy I2
30
30
1. The custom main class will also set any system properties necessary for I2P to work, then invoke the "real" main class `net.i2p.router.RouterLaunch`.
31
31
1. The compiled custom main class gets added to the .jar as well.
32
32
33
-
JPackage gets invoked and pointed to the custom main class. It's operation can be customized by editing the following files:
33
+
JPackage gets invoked and pointed to the custom main class. It's operation can be customized by setting the following environment variables:
34
34
35
-
|File|Purpose|Example|
35
+
|Variable|Purpose|Example|
36
36
|---|---|---|
37
-
|jlink.modules|Modules to forcibly include|`jdk.crypto.ec,jdk.unsupported`|
38
-
|jpackage.mac|Custom JPackage options for Mac|`--mac-sign --mac-package-name I2P`|
39
-
|jpackage.win|Same but for windows|??|
37
+
|JPACKAGE_OPTS|Options to pass to jpackage, usualy OS-dependent|`--mac-sign`|
38
+
|I2P_VERSION|Overrides the version from the `router.jar` file|`1.2.3`|
0 commit comments