Creating OSX installer stub

This commit is contained in:
Jindra Petřík
2015-05-08 22:09:26 +02:00
parent e27e3c8077
commit adaa5e7280

View File

@@ -306,9 +306,9 @@
<!-- XAR archiver, linux only :-( -->
<fileset id="xarfileset" dir="${app.installer.dir}/flat">
<include name="*"/>
</fileset>
<pathconvert refid="xarfileset" property="xarconverted"/>
<pathconvert refid="xarfileset" property="xarconverted" pathsep=" " />
<exec executable="xar" failonerror="true" dir="${app.installer.dir}/flat">
<arg value="--compression" />