summaryrefslogtreecommitdiff
path: root/pdf-over-gui
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-04-04 16:56:44 +0200
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-04-04 16:56:44 +0200
commitc2ae8db46f7184dee58d949f7d54725558252635 (patch)
tree86b753df697c1d4a8f34f4ff61f6bb79a38b6a71 /pdf-over-gui
parent08055656d4419f156634f693ec626643fd072c9b (diff)
downloadpdf-over-c2ae8db46f7184dee58d949f7d54725558252635.tar.gz
pdf-over-c2ae8db46f7184dee58d949f7d54725558252635.tar.bz2
pdf-over-c2ae8db46f7184dee58d949f7d54725558252635.zip
enable izpack jar packaging for mac
Diffstat (limited to 'pdf-over-gui')
-rw-r--r--pdf-over-gui/src/main/resources/izpack/install.xml1
1 files changed, 1 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 92f15dad..6b3fe129 100644
--- a/pdf-over-gui/src/main/resources/izpack/install.xml
+++ b/pdf-over-gui/src/main/resources/izpack/install.xml
@@ -65,6 +65,7 @@
<file src="icons" targetdir="$INSTALL_PATH" />
<file src="ReadMe.txt" targetdir="$INSTALL_PATH" />
<file src="jre/${bundled-jre.archiveName}" targetdir="$INSTALL_PATH/jre" os="windows" unpack="true" />
+ <file src="jre/${bundled-jre.archiveName}" targetdir="$INSTALL_PATH/jre" os="mac" unpack="true" />
<file src="PDF-Over.exe" targetdir="$INSTALL_PATH" os="windows"/>
<file src="PDF-Over-cli.exe" targetdir="$INSTALL_PATH" os="windows"/>
<file src="Uninstaller.exe" targetdir="$INSTALL_PATH/Uninstaller" os="windows"/>