update jpackage-only install instructions
This commit is contained in:
12
exe.sh
12
exe.sh
@ -6,6 +6,7 @@
|
||||
|
||||
. ./config.sh
|
||||
. ./i2pversion
|
||||
./build.sh
|
||||
jpackage --name I2P-EXE --app-version "$I2P_VERSION" \
|
||||
--verbose \
|
||||
--java-options "-Xmx512m" \
|
||||
@ -15,16 +16,7 @@ jpackage --name I2P-EXE --app-version "$I2P_VERSION" \
|
||||
--java-options "--add-opens java.base/java.util.Properties=ALL-UNNAMED" \
|
||||
--java-options "--add-opens java.base/java.util.Properties.defaults=ALL-UNNAMED" \
|
||||
$JPACKAGE_OPTS \
|
||||
--app-content build/I2P/config/certificates \
|
||||
--app-content build/I2P/config/eepsite \
|
||||
--app-content build/I2P/config/geoip \
|
||||
--app-content build/I2P/config/webapps \
|
||||
--app-content build/I2P/config/clients.config \
|
||||
--app-content build/I2P/config/hosts.txt \
|
||||
--app-content build/I2P/config/i2ptunnel.config \
|
||||
--app-content build/I2P/config/jpackaged \
|
||||
--app-content build/I2P/config/router.config \
|
||||
--app-content build/I2P/config/wrappper.config \
|
||||
--app-content src/I2P/config \
|
||||
--input build \
|
||||
--verbose \
|
||||
--type exe \
|
||||
|
13
msi.sh
13
msi.sh
@ -6,6 +6,8 @@
|
||||
|
||||
. ./config.sh
|
||||
. ./i2pversion
|
||||
|
||||
./build.sh
|
||||
jpackage --name I2P-MSI --app-version "$I2P_VERSION" \
|
||||
--verbose \
|
||||
--java-options "-Xmx512m" \
|
||||
@ -15,16 +17,7 @@ jpackage --name I2P-MSI --app-version "$I2P_VERSION" \
|
||||
--java-options "--add-opens java.base/java.util.Properties=ALL-UNNAMED" \
|
||||
--java-options "--add-opens java.base/java.util.Properties.defaults=ALL-UNNAMED" \
|
||||
$JPACKAGE_OPTS \
|
||||
--app-content build/I2P/config/certificates \
|
||||
--app-content build/I2P/config/eepsite \
|
||||
--app-content build/I2P/config/geoip \
|
||||
--app-content build/I2P/config/webapps \
|
||||
--app-content build/I2P/config/clients.config \
|
||||
--app-content build/I2P/config/hosts.txt \
|
||||
--app-content build/I2P/config/i2ptunnel.config \
|
||||
--app-content build/I2P/config/jpackaged \
|
||||
--app-content build/I2P/config/router.config \
|
||||
--app-content build/I2P/config/wrappper.config \
|
||||
--app-content src/I2P/config \
|
||||
--input build \
|
||||
--verbose \
|
||||
--type msi \
|
||||
|
Reference in New Issue
Block a user