Skip to content

Commit a8a4bbd

Browse files
committed
Add the Windows menu group name to MSI package.
Update #2588
1 parent 11b5c12 commit a8a4bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-bin/package-win.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jpackage -t msi -d build -i ganttproject-builder/dist-bin/ -n %WINDOWS_APP_FOLDE
1717
--java-options "--add-exports javafx.graphics/com.sun.javafx.tk=ALL-UNNAMED" ^
1818
--java-options "--add-exports javafx.graphics/com.sun.javafx.util=ALL-UNNAMED" ^
1919
--java-options "--add-opens java.desktop/sun.swing=ALL-UNNAMED" ^
20-
--runtime-image runtime --win-dir-chooser --win-menu ^
20+
--runtime-image runtime --win-dir-chooser --win-menu --win-menu-group "GanttProject" ^
2121
--description "Free project scheduling and project management application with Gantt chart" ^
2222
--app-version %VERSION% ^
2323
--copyright "Copyright 2024 BarD Software s.r.o." ^

0 commit comments

Comments
 (0)