2021-06-03 11:01:23 +00:00
|
|
|
call mvn clean package
|
|
|
|
call jpackage ^
|
2021-06-03 11:15:57 +00:00
|
|
|
--type msi ^
|
2021-06-03 11:01:23 +00:00
|
|
|
--verbose ^
|
|
|
|
--dest target\image ^
|
|
|
|
--name CrystalKeep ^
|
2021-06-03 11:15:57 +00:00
|
|
|
--icon cluster_node_icon.ico ^
|
2021-06-03 11:01:23 +00:00
|
|
|
--module crystalkeep/nl.andrewlalis.crystalkeep.CrystalKeep ^
|
|
|
|
--module-path target\modules ^
|
|
|
|
--module-path target\classes ^
|
2021-06-03 11:15:57 +00:00
|
|
|
--win-menu ^
|
|
|
|
--win-per-user-install ^
|
|
|
|
--win-shortcut ^
|