diff options
author | Andreas Abraham <aabraham@iaik.tugraz.at> | 2018-03-21 16:35:44 +0100 |
---|---|---|
committer | Andreas Abraham <aabraham@iaik.tugraz.at> | 2018-03-21 16:35:44 +0100 |
commit | 823751ad89497eddc5ed2e76d3be63dcc0c357b8 (patch) | |
tree | 907530cb817a4ba085225583d3aec1d769980b2d /pdf-over-gui/src/main/resources/scripts | |
parent | 6c0b2c9ed89f39f2d0606c113173645476de69b6 (diff) | |
download | pdf-over-823751ad89497eddc5ed2e76d3be63dcc0c357b8.tar.gz pdf-over-823751ad89497eddc5ed2e76d3be63dcc0c357b8.tar.bz2 pdf-over-823751ad89497eddc5ed2e76d3be63dcc0c357b8.zip |
postinstall scripts changed, error message
Diffstat (limited to 'pdf-over-gui/src/main/resources/scripts')
-rw-r--r-- | pdf-over-gui/src/main/resources/scripts/postInstall_linux.sh | 2 | ||||
-rw-r--r-- | pdf-over-gui/src/main/resources/scripts/postInstall_win.bat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pdf-over-gui/src/main/resources/scripts/postInstall_linux.sh b/pdf-over-gui/src/main/resources/scripts/postInstall_linux.sh index 0e6cd902..e7553a99 100644 --- a/pdf-over-gui/src/main/resources/scripts/postInstall_linux.sh +++ b/pdf-over-gui/src/main/resources/scripts/postInstall_linux.sh @@ -1,2 +1,2 @@ #!/bin/sh -exec java -jar postInstall.jar +exec java -jar ../lib/pdf-over-install-helper-1.0.0.jar diff --git a/pdf-over-gui/src/main/resources/scripts/postInstall_win.bat b/pdf-over-gui/src/main/resources/scripts/postInstall_win.bat index 44e64c3a..419ae097 100644 --- a/pdf-over-gui/src/main/resources/scripts/postInstall_win.bat +++ b/pdf-over-gui/src/main/resources/scripts/postInstall_win.bat @@ -1 +1 @@ -start /b javaw -jar postInstall.jar +start /b java -jar ../lib/pdf-over-install-helper-1.0.0.jar |