mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-12 13:31:57 +00:00
OSX installer
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<description>Builds project</description>
|
||||
|
||||
<taskdef name="mkbom" classname="com.jpexs.jbomutils.ant.MkBomTask" classpath="${basedir}/jbomutils.jar" />
|
||||
<taskdef name="xar" classname="com.jpexs.xar.ant.XarTask" classpath="${basedir}/jxar_1.0.1.jar" />
|
||||
<taskdef name="xar" classname="com.jpexs.xar.ant.XarTask" classpath="${basedir}/jxar_1.0.0.jar" />
|
||||
|
||||
<property name="DISTLIBRARIESFULLDIR" value="${DISTRIBUTIONDIR}/${DISTLIBRARIESDIRNAME}"/>
|
||||
<patternset id="compiler.resources">
|
||||
@@ -459,7 +459,7 @@
|
||||
|
||||
</target>
|
||||
|
||||
<target name="release" depends="library,archive,deb,osx-app-archive,installer,locales">
|
||||
<target name="release" depends="library,archive,deb,osx-app-archive,installer,osx-app-installer,locales">
|
||||
|
||||
</target>
|
||||
|
||||
@@ -544,6 +544,10 @@
|
||||
<arg value="fileOSXZip" />
|
||||
<arg value="${osx.zip.file}" />
|
||||
|
||||
<arg value="-file" />
|
||||
<arg value="filePkg" />
|
||||
<arg value="${pkg.file}" />
|
||||
|
||||
<arg value="-file" />
|
||||
<arg value="fileDeb" />
|
||||
<arg value="${deb.file}" />
|
||||
|
||||
BIN
jxar_1.0.0.jar
Normal file
BIN
jxar_1.0.0.jar
Normal file
Binary file not shown.
BIN
jxar_1.0.1.jar
BIN
jxar_1.0.1.jar
Binary file not shown.
Reference in New Issue
Block a user