Finalized package.bat and added ICO icon.

This commit is contained in:
Andrew Lalis 2021-06-03 13:15:57 +02:00
parent cca7fc544a
commit aebf09e73f
2 changed files with 5 additions and 3 deletions

BIN
cluster_node_icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

View File

@ -1,11 +1,13 @@
call mvn clean package call mvn clean package
call jpackage ^ call jpackage ^
--type app-image ^ --type msi ^
--verbose ^ --verbose ^
--dest target\image ^ --dest target\image ^
--name CrystalKeep ^ --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 crystalkeep/nl.andrewlalis.crystalkeep.CrystalKeep ^
--module-path target\modules ^ --module-path target\modules ^
--module-path target\classes ^ --module-path target\classes ^
--win-console ^ --win-menu ^
--win-per-user-install ^
--win-shortcut ^