diff options
-rw-r--r-- | pdf-over-gui/src/main/resources/izpack/install.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pdf-over-gui/src/main/resources/izpack/install.xml b/pdf-over-gui/src/main/resources/izpack/install.xml index 6a1e6948..30197c98 100644 --- a/pdf-over-gui/src/main/resources/izpack/install.xml +++ b/pdf-over-gui/src/main/resources/izpack/install.xml @@ -8,8 +8,7 @@ <uninstaller write="yes" /> <javaversion>1.6</javaversion> <authors> - <author name="A-SIT (Secure Information Technology Center - Austria)" - email="" /> + <author name="A-SIT (Secure Information Technology Center - Austria)" email="" /> </authors> <uninstaller /> <url>http://www.a-sit.at/</url> @@ -65,7 +64,7 @@ os="unix" stage="never"></executable> <executable targetfile="$INSTALL_PATH/scripts/pdfover_win.bat" os="windows" stage="never"></executable> - <executable targetfile="$INSTALL_PATH/scripts/uninstall_win.bat" + <executable targetfile="$INSTALL_PATH/scripts/uninstall_win.bat" os="windows" stage="never"></executable> <executable targetfile="$INSTALL_PATH/scripts/pdfover_mac.sh" os="mac" stage="never"></executable> |