summaryrefslogtreecommitdiff
path: root/trunk/pdf-over-gui/src/main/resources/izpack/install.xml
diff options
context:
space:
mode:
authorTobias Kellner <imcybot@gmail.com>2012-11-10 12:15:48 +0100
committerTobias Kellner <imcybot@gmail.com>2012-11-10 12:15:48 +0100
commitf6cb1aab8c1939a9db8707748198fdadea343b89 (patch)
treedfe00e427467eac16c71c9080acefba56dd14824 /trunk/pdf-over-gui/src/main/resources/izpack/install.xml
parent08ae901b3123eaa2577e60fe6b2780fca039b646 (diff)
downloadpdf-over-f6cb1aab8c1939a9db8707748198fdadea343b89.tar.gz
pdf-over-f6cb1aab8c1939a9db8707748198fdadea343b89.tar.bz2
pdf-over-f6cb1aab8c1939a9db8707748198fdadea343b89.zip
Fix jnlp for mac
Diffstat (limited to 'trunk/pdf-over-gui/src/main/resources/izpack/install.xml')
-rw-r--r--trunk/pdf-over-gui/src/main/resources/izpack/install.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/pdf-over-gui/src/main/resources/izpack/install.xml b/trunk/pdf-over-gui/src/main/resources/izpack/install.xml
index 327fe8c8..9ee4d05d 100644
--- a/trunk/pdf-over-gui/src/main/resources/izpack/install.xml
+++ b/trunk/pdf-over-gui/src/main/resources/izpack/install.xml
@@ -63,7 +63,7 @@
<file src="icons" targetdir="$INSTALL_PATH" />
<file src="PDF-Over.exe" targetdir="$INSTALL_PATH" os="windows"/>
<file src="PDF-Over.ini" targetdir="$INSTALL_PATH" os="windows"/>
- <singlefile src="PDF-Over.exe" target="$INSTALL_PATH/Uninstaller/PDF-Over-Un.exe" os="windows"/>
+ <singlefile src="PDF-Over.exe" target="$INSTALL_PATH/Uninstaller/PDF-Over-Un.exe" os="windows"/>
<file src="PDF-Over-Un.ini" targetdir="$INSTALL_PATH/Uninstaller" os="windows"/>
<executable targetfile="$INSTALL_PATH/scripts/pdfover_linux.sh"
os="unix" stage="never"></executable>