diff --git a/cluster_node_icon.ico b/cluster_node_icon.ico new file mode 100644 index 0000000..9ffca17 Binary files /dev/null and b/cluster_node_icon.ico differ diff --git a/package.bat b/package.bat index d52f333..8fd2385 100644 --- a/package.bat +++ b/package.bat @@ -1,11 +1,13 @@ call mvn clean package call jpackage ^ - --type app-image ^ + --type msi ^ --verbose ^ --dest target\image ^ --name CrystalKeep ^ - --icon src/main/resources/nl/andrewlalis/crystalkeep/ui/images/cluster_node_icon.png ^ + --icon cluster_node_icon.ico ^ --module crystalkeep/nl.andrewlalis.crystalkeep.CrystalKeep ^ --module-path target\modules ^ --module-path target\classes ^ - --win-console ^ \ No newline at end of file + --win-menu ^ + --win-per-user-install ^ + --win-shortcut ^ \ No newline at end of file