summaryrefslogtreecommitdiff
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
parent08ae901b3123eaa2577e60fe6b2780fca039b646 (diff)
downloadpdf-over-f6cb1aab8c1939a9db8707748198fdadea343b89.tar.gz
pdf-over-f6cb1aab8c1939a9db8707748198fdadea343b89.tar.bz2
pdf-over-f6cb1aab8c1939a9db8707748198fdadea343b89.zip
Fix jnlp for mac
-rw-r--r--trunk/pdf-over-gui/src/main/jnlp/pdfover.jnlp2
-rw-r--r--trunk/pdf-over-gui/src/main/resources/izpack/install.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/trunk/pdf-over-gui/src/main/jnlp/pdfover.jnlp b/trunk/pdf-over-gui/src/main/jnlp/pdfover.jnlp
index ccf8a297..c24d25b0 100644
--- a/trunk/pdf-over-gui/src/main/jnlp/pdfover.jnlp
+++ b/trunk/pdf-over-gui/src/main/jnlp/pdfover.jnlp
@@ -33,7 +33,7 @@
<resources os="Mac OS X">
<java version="1.6+"/>
- <jar href="setup_pdfover_mac" main="true"/>
+ <jar href="setup_pdfover_mac.jar" main="true"/>
</resources>
<application-desc main-class="com.izforge.izpack.installer.Installer"/>
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>