Skip to content

Commit

Permalink
Add the Windows menu group name to MSI package.
Browse files Browse the repository at this point in the history
Update #2588
  • Loading branch information
dbarashev committed Oct 19, 2024
1 parent 55e7678 commit 45a2e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-bin/package-win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jpackage -t msi -d build -i ganttproject-builder/dist-bin/ -n %WINDOWS_APP_FOLDE
--java-options "--add-exports javafx.graphics/com.sun.javafx.tk=ALL-UNNAMED" ^
--java-options "--add-exports javafx.graphics/com.sun.javafx.util=ALL-UNNAMED" ^
--java-options "--add-opens java.desktop/sun.swing=ALL-UNNAMED" ^
--runtime-image runtime --win-dir-chooser --win-menu ^
--runtime-image runtime --win-dir-chooser --win-menu --win-menu-group "GanttProject" ^
--description "Free project scheduling and project management application with Gantt chart" ^
--app-version %VERSION% ^
--copyright "Copyright 2024 BarD Software s.r.o." ^
Expand Down

0 comments on commit 45a2e21

Please sign in to comment.