From e66fc3440cfc86417ec296c3bbe75eaefa8db2be Mon Sep 17 00:00:00 2001 From: idk Date: Fri, 9 Sep 2022 00:07:36 -0400 Subject: [PATCH] app-content not resource-dir --- msi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msi.sh b/msi.sh index ac3367b..c68d9cb 100755 --- a/msi.sh +++ b/msi.sh @@ -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 \