diff options
Diffstat (limited to 'pdf-over-gui')
-rw-r--r-- | pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh b/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh index b785db7c..a6931703 100644 --- a/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh +++ b/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh @@ -1,2 +1,2 @@ #!/bin/sh -java -cp "lib/*" at.asit.pdfover.gui.Main
\ No newline at end of file +java -XstartOnFirstThread -cp "lib/*" at.asit.pdfover.gui.Main
\ No newline at end of file |