File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,7 +120,8 @@ task downloadJres {
120120
121121task copyToDist {
122122 doLast {
123- copy {from configurations. runtimeClasspath into project. distdir + " /lib" } // libraries
123+ copy {from configurations. runtimeClasspath into project. distdir + " /libjfx" include " javafx*" } // all JavaFX libraries
124+ copy {from configurations. runtimeClasspath into project. distdir + " /lib" exclude " javafx*" } // all libraries except JavaFX libraries
124125 copy {from " themes" into project. distdir + " /themes" }
125126 copy {from " icons" into project. distdir + " /icons" }
126127 copy {from " bibles" into project. distdir + " /bibles" }
Original file line number Diff line number Diff line change 6868 <pack name =" base" required =" yes" preselected =" yes" hidden =" true" >
6969 <description >Core components</description >
7070 <fileset dir =" lib" targetdir =" $INSTALL_PATH/lib" />
71+ <fileset dir =" libjfx" targetdir =" $INSTALL_PATH/lib" />
7172 <file src =" vbs" targetdir =" $INSTALL_PATH" />
7273 <file src =" Quelea.jar" targetdir =" $INSTALL_PATH" />
7374 <file src =" Quelea.bat" targetdir =" $INSTALL_PATH" />
You can’t perform that action at this time.
0 commit comments