Skip to content

Commit f09c10c

Browse files
committed
Fixed rm command that removes javafx libs when building appimage
1 parent 5b3a31d commit f09c10c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-bin/package-lin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ cp build-cfg/ganttproject.svg $OUTPUT/GanttProject/
7171

7272
mv tmp/plugins $OUTPUT/GanttProject/lib/app/
7373
mv appimagetool $OUTPUT
74-
rm $OUTPUT/GanttProject/lib/app/plugins/base/ganttproject/lib/javafx-*
74+
rm $OUTPUT/GanttProject/lib/app/lib/javafx-*
7575
ls $OUTPUT
7676

7777
cd $OUTPUT/GanttProject

ganttproject-builder/BUILD-HISTORY-MAJOR

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
2025-01-29 3316 fixed issue 2569, added group to MSI silent
1111
2025-07-04 3390 Test build of GanttProject 3.4 Beta I ....
1212
2026-01-16 3390 Test build of GanttProject 3.4 Beta I ....
13-
2026-01-17 3390 Test build of GanttProject 3.4 Beta I ..
13+
2026-01-17 3390 Test build of GanttProject 3.4 Beta I ...
1414
--

0 commit comments

Comments
 (0)