Restore old simple appbundle name
This commit is contained in:
parent
84744475e6
commit
742f960a20
|
@ -23,7 +23,7 @@
|
|||
|
||||
<!-- define output paths -->
|
||||
<property name="path.fatjar" location="${dir.dist}/${title}_${version}.jar" />
|
||||
<property name="path.appbundle.tar" location="${dir.dist}/${title}_${version}-brew.tar.bz2" />
|
||||
<property name="path.appbundle.tar" location="${dir.dist}/${title}_${version}.tar.bz2" />
|
||||
<property name="path.source.zip" location="${dir.dist}/filebot-${version}-src.zip" />
|
||||
|
||||
<property name="basedir.release" location="${basedir}/release" />
|
||||
|
@ -303,7 +303,6 @@
|
|||
|
||||
<target name="appbundle" description="Build Mac application bundle">
|
||||
<taskdef name="bundleapp" classname="com.oracle.appbundler.AppBundlerTask" classpathref="jars.classpath" />
|
||||
<property name="bundle" value="${title}_${version}-brew" />
|
||||
|
||||
<bundleapp minimumsystemversion="10.9" jvmrequired="1.8" outputdirectory="${dir.dist}" executablename="FileBotAppLauncher" name="${application.name}" displayname="${title} ${version}" version="${revision}" shortversion="${version}" identifier="net.filebot.app" mainclassname="net.filebot.Main" icon="${dir.installer}/appbundle/filebot.icns" copyright="${tstamp.year} Reinhard Pointner" applicationcategory="public.app-category.utilities" highresolutioncapable="true" supportsautomaticgraphicsswitching="true">
|
||||
<classpath file="${path.fatjar}" />
|
||||
|
|
Loading…
Reference in New Issue