* fix 8u66 regression issue...
``` 2.5 The use of non-public APIs can lead to a poor user experience should these APIs change in the future, and is therefore not permitted. The following non-public APIs are included in your application: Private spi symbol(s) in framework: '/usr/lib/libicucore.A.dylib' : ubrk_getRuleStatus : ubrk_setUText : ucnv_getCanonicalName : ucnv_reset : ucol_strcollIter ```
This commit is contained in:
parent
538484002a
commit
37bd5423e5
|
@ -275,7 +275,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_66.jdk" />
|
||||
<property name="jre.version" value="jdk1.8.0_51.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