diff options
author | Andreas Abraham <aabraham@iaik.tugraz.at> | 2018-05-04 14:13:56 +0200 |
---|---|---|
committer | Andreas Abraham <aabraham@iaik.tugraz.at> | 2018-05-04 14:13:56 +0200 |
commit | d9ae896ade66d7daaef16b8da0b87173c873d6cf (patch) | |
tree | 90eb1c35513be4f5df42f09f7a1067b122e31245 /pdf-over-gui/src/main/resources | |
parent | fac3aac4c418a9398a6a38980bd1bef216bfc103 (diff) | |
download | pdf-over-d9ae896ade66d7daaef16b8da0b87173c873d6cf.tar.gz pdf-over-d9ae896ade66d7daaef16b8da0b87173c873d6cf.tar.bz2 pdf-over-d9ae896ade66d7daaef16b8da0b87173c873d6cf.zip |
bug fix when window is already disposed
Diffstat (limited to 'pdf-over-gui/src/main/resources')
-rw-r--r-- | pdf-over-gui/src/main/resources/scripts/pdf-over_win-cli.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-over-gui/src/main/resources/scripts/pdf-over_win-cli.bat b/pdf-over-gui/src/main/resources/scripts/pdf-over_win-cli.bat index c81c5d14..d612d64d 100644 --- a/pdf-over-gui/src/main/resources/scripts/pdf-over_win-cli.bat +++ b/pdf-over-gui/src/main/resources/scripts/pdf-over_win-cli.bat @@ -1,4 +1,4 @@ @echo off -REM start /b javaw -jar "%~dp0\..\lib\pdf-over-install-helper-1.0.0.jar" +start /b javaw -jar "%~dp0\..\lib\pdf-over-install-helper-1.0.0.jar" start /b /WAIT java -cp "%~dp0\..\lib\*" at.asit.pdfover.gui.Main %* |