* use Java 8u60
This commit is contained in:
parent
9847734506
commit
ae38fd1d72
|
@ -276,7 +276,7 @@
|
|||
<target name="appbundle-maspkg" depends="svn-update, fatjar">
|
||||
<taskdef name="bundleapp" classname="com.oracle.appbundler.AppBundlerTask" classpathref="jars.classpath" />
|
||||
|
||||
<property name="jre.version" value="jdk1.8.0_45.jdk" />
|
||||
<property name="jre.version" value="jdk1.8.0_60.jdk" />
|
||||
<property name="jre.path" value="/Library/Java/JavaVirtualMachines/${jre.version}/Contents/Home" />
|
||||
|
||||
<bundleapp minimumsystemversion="10.8" executablename="FileBotAppLauncher" version="${svn.revision}" outputdirectory="${dir.dist}" name="${title}" displayname="${title}" shortversion="${version}" identifier="net.filebot.FileBot" mainclassname="net.filebot.Main" icon="${dir.installer}/appbundle/filebot.icns" copyright="2015 Reinhard Pointner" applicationcategory="public.app-category.productivity" highresolutioncapable="true" supportsautomaticgraphicsswitching="true">
|
||||
|
|
Loading…
Reference in New Issue