summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Abraham <aabraham@iaik.tugraz.at>2018-05-04 13:20:43 +0200
committerAndreas Abraham <aabraham@iaik.tugraz.at>2018-05-04 13:20:43 +0200
commitfac3aac4c418a9398a6a38980bd1bef216bfc103 (patch)
tree209862b6a340ef58962e16b47b1a9fa04c8b1136
parent274f22c0c81d626a834703d4074f86b9d3772492 (diff)
downloadpdf-over-fac3aac4c418a9398a6a38980bd1bef216bfc103.tar.gz
pdf-over-fac3aac4c418a9398a6a38980bd1bef216bfc103.tar.bz2
pdf-over-fac3aac4c418a9398a6a38980bd1bef216bfc103.zip
new script added to the installer
-rw-r--r--pdf-over-gui/src/main/resources/izpack/install.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pdf-over-gui/src/main/resources/izpack/install.xml b/pdf-over-gui/src/main/resources/izpack/install.xml
index 23de1956..da1ab0f0 100644
--- a/pdf-over-gui/src/main/resources/izpack/install.xml
+++ b/pdf-over-gui/src/main/resources/izpack/install.xml
@@ -75,6 +75,8 @@
os="unix" stage="never"></executable>
<executable targetfile="$INSTALL_PATH/scripts/pdf-over_win.bat"
os="windows" stage="never"></executable>
+ <executable targetfile="$INSTALL_PATH/scripts/pdf-over_win-cli.bat"
+ os="windows" stage="never"></executable>
<executable targetfile="$INSTALL_PATH/scripts/uninstall_win.bat"
os="windows" stage="never"></executable>
<executable targetfile="$INSTALL_PATH/scripts/pdf-over_mac.sh"