app-content not resource-dir

This commit is contained in:
idk
2022-09-09 00:07:36 -04:00
parent f9e3d1b040
commit e66fc3440c

2
msi.sh
View File

@@ -15,7 +15,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 \
--resource-dir build/I2P/config \
--app-content build/I2P/config \
--input build \
--verbose \
--type msi \