From aef946f3c8dd6413a6291bfbdc2bef12ffefb461 Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 19 Sep 2022 17:48:33 -0400 Subject: [PATCH] expressly include icon in jpackage output --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 9052bd0..af29087 100755 --- a/build.sh +++ b/build.sh @@ -38,6 +38,8 @@ make src/I2P/config $JPACKAGE_OPTS \ --resource-dir build \ --app-content src/I2P/config \ + --app-content src/icons/ui2pbrowser_icon.ico \ + --icon src/icons/ui2pbrowser_icon.ico \ --input build --main-jar launcher.jar --main-class net.i2p.router.WinLauncher cp "$I2P_PKG/licenses/"* license/