Skip to content

Commit

Permalink
Mac debug
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Feb 9, 2024
1 parent 593222f commit 1dff8bb
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions Quelea/packr.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@
"vmargs": [
"Xmx2G",
"XX:+UseParallelGC",
"--add-exports","javafx.graphics/com.sun.javafx.scene.traversal=ALL-UNNAMED",
"--add-exports","javafx.graphics/com.sun.javafx.scene=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"
"add-exports","javafx.graphics/com.sun.javafx.scene.traversal=ALL-UNNAMED",
"add-exports","javafx.graphics/com.sun.javafx.scene=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"
],
"resources": [
"dist/bibles",
Expand Down

0 comments on commit 1dff8bb

Please sign in to comment.