diff options
author | Andreas Abraham <aabraham@iaik.tugraz.at> | 2018-05-04 13:20:43 +0200 |
---|---|---|
committer | Andreas Abraham <aabraham@iaik.tugraz.at> | 2018-05-04 13:20:43 +0200 |
commit | fac3aac4c418a9398a6a38980bd1bef216bfc103 (patch) | |
tree | 209862b6a340ef58962e16b47b1a9fa04c8b1136 /pdf-over-gui | |
parent | 274f22c0c81d626a834703d4074f86b9d3772492 (diff) | |
download | pdf-over-fac3aac4c418a9398a6a38980bd1bef216bfc103.tar.gz pdf-over-fac3aac4c418a9398a6a38980bd1bef216bfc103.tar.bz2 pdf-over-fac3aac4c418a9398a6a38980bd1bef216bfc103.zip |
new script added to the installer
Diffstat (limited to 'pdf-over-gui')
-rw-r--r-- | pdf-over-gui/src/main/resources/izpack/install.xml | 2 |
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" |