pass license file
This commit is contained in:
1
TODO.md
1
TODO.md
@ -6,6 +6,5 @@ Items left to do before this can be used for production installers:
|
||||
* Pass additional OS-specific switches to jpackage (i.e. `--mac-sign`)
|
||||
* Should blocklist.txt be overwritten on router upgrades?
|
||||
* Decide on jvm switches (i.e. -Xmx) and pass them through jpackage
|
||||
* Pass license file to jpackage (maybe only windows needs this?)
|
||||
|
||||
To get some of these done OS detection may need to happen inside `build.sh`.
|
||||
|
1
build.sh
1
build.sh
@ -72,5 +72,6 @@ if [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
|
||||
$JAVA_HOME/bin/jpackage --type app-image --name I2P --input build --main-jar launcher.jar --main-class net.i2p.router.PackageLauncher
|
||||
else
|
||||
$JAVA_HOME/bin/jpackage --name I2P --app-version $VERSION \
|
||||
--license-file $I2P_PKG/LICENSE.txt \
|
||||
--input build --main-jar launcher.jar --main-class net.i2p.router.PackageLauncher
|
||||
fi
|
||||
|
Reference in New Issue
Block a user