fix redundant option

This commit is contained in:
idk
2022-09-06 01:31:55 -04:00
parent 3c8b1b6d28
commit c8590e4fe5

1
msi.sh
View File

@ -25,6 +25,5 @@ jpackage --type app-image --name I2P --app-version "$I2P_VERSION" \
--win-shortcut-prompt \
--win-per-user-install \
--license-file LICENSE.md \
--input src/build \
--main-jar launcher.jar \
--main-class net.i2p.router.WinLauncher