summaryrefslogtreecommitdiff
path: root/pdf-over-gui/src/main/resources/izpack
diff options
context:
space:
mode:
authortkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 19:30:33 +0000
committertkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 19:30:33 +0000
commit1a99f18b391673887f2c91519f6921e6ad632881 (patch)
tree0a2080962b4891b38173bed4c8c51ae24280d8c1 /pdf-over-gui/src/main/resources/izpack
parent45c9ef5ffee4431cbdb8c774510f9c357823e275 (diff)
downloadpdf-over-1a99f18b391673887f2c91519f6921e6ad632881.tar.gz
pdf-over-1a99f18b391673887f2c91519f6921e6ad632881.tar.bz2
pdf-over-1a99f18b391673887f2c91519f6921e6ad632881.zip
Add base script on mac
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@355 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/src/main/resources/izpack')
-rw-r--r--pdf-over-gui/src/main/resources/izpack/install.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pdf-over-gui/src/main/resources/izpack/install.xml b/pdf-over-gui/src/main/resources/izpack/install.xml
index aa88d3ab..5febfc92 100644
--- a/pdf-over-gui/src/main/resources/izpack/install.xml
+++ b/pdf-over-gui/src/main/resources/izpack/install.xml
@@ -65,13 +65,14 @@
<file src="PDF-Over.ini" targetdir="$INSTALL_PATH" os="windows"/>
<file src="PDF-Over-Un.ini" targetdir="$INSTALL_PATH/Uninstaller" os="windows"/>
<singlefile src="PDF-Over.exe" target="$INSTALL_PATH/Uninstaller/PDF-Over-Un.exe" os="windows"/>
+ <singlefile src="scripts/pdf-over_mac.sh" target="$INSTALL_PATH/pdf-over.sh" os="mac"/>
<executable targetfile="$INSTALL_PATH/scripts/pdf-over_linux.sh"
os="unix" stage="never"></executable>
<executable targetfile="$INSTALL_PATH/scripts/pdf-over_win.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"
+ <executable targetfile="$INSTALL_PATH/pdf-over.sh"
os="mac" stage="never"></executable>
</pack>
</packs>