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/izpack | |
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/izpack')
-rw-r--r-- | pdf-over-gui/src/main/resources/izpack/install.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf-over-gui/src/main/resources/izpack/install.xml b/pdf-over-gui/src/main/resources/izpack/install.xml index cea5d66b..40fcb820 100644 --- a/pdf-over-gui/src/main/resources/izpack/install.xml +++ b/pdf-over-gui/src/main/resources/izpack/install.xml @@ -34,7 +34,7 @@ <res id="customicons.xml" src="./customicons.xml" /> <res id="Installer.image" src="logo.gif" /> <res id="Installer.image.0" src="logo.gif" /> - <res id="pdf-over-install-helper-1.0.0.jar" src="pdf-over-install-helper-1.0.0.jar" /> +<!-- <res id="pdf-over-install-helper-1.0.0.jar" src="pdf-over-install-helper-1.0.0.jar" /> --> </resources> <native type="izpack" name="ShellLink.dll" /> @@ -68,7 +68,7 @@ <file src="PDF-Over.exe" targetdir="$INSTALL_PATH" os="windows"/> <file src="PDF-Over-cli.exe" targetdir="$INSTALL_PATH" os="windows"/> <file src="Uninstaller.exe" targetdir="$INSTALL_PATH/Uninstaller" os="windows"/> - <file src="pdf-over-install-helper-1.0.0.jar" targetdir="$INSTALL_PATH/libs" /> +<!-- <file src="pdf-over-install-helper-1.0.0.jar" targetdir="$INSTALL_PATH/libs" /> --> <executable targetfile="$INSTALL_PATH/scripts/pdf-over_linux.sh" os="unix" stage="never"></executable> <executable targetfile="$INSTALL_PATH/scripts/uninstall_linux.sh" |