Skip to content

Commit

Permalink
Add missing opens line
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Feb 14, 2024
1 parent aee40f1 commit d4d2965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quelea/Quelea.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java --add-exports=javafx.graphics/com.sun.javafx.css=ALL-UNNAMED --add-exports=javafx.base/com.sun.javafx.runtime=ALL-UNNAMED --add-exports=javafx.base/com.sun.javafx.event=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens javafx.controls/javafx.scene.control=ALL-UNNAMED -Dfile.encoding=UTF-8 -Dprism.dirtyopts=false -jar Quelea.jar
java --add-opens java.base/java.nio=ALL-UNNAMED --add-exports=javafx.graphics/com.sun.javafx.css=ALL-UNNAMED --add-exports=javafx.base/com.sun.javafx.runtime=ALL-UNNAMED --add-exports=javafx.base/com.sun.javafx.event=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens javafx.controls/javafx.scene.control=ALL-UNNAMED -Dfile.encoding=UTF-8 -Dprism.dirtyopts=false -jar Quelea.jar

0 comments on commit d4d2965

Please sign in to comment.