* Revert to jdk1.8.0_74.jdk
jdk1.8.0_92.jdk doesn't pass MAS review: ``` From framework'/usr/lib/libicucore.A.dylib': ubrk_getRuleStatus ubrk_setUText ucnv_getCanonicalName ucnv_reset ucol_strcollIter ```
This commit is contained in:
parent
881ce8a05c
commit
159add90c5
|
@ -381,7 +381,7 @@
|
|||
<property name="path.app" value="${application.name}.app" />
|
||||
<property name="path.pkg" value="${application.executable}_${version}_r${revision}.pkg" />
|
||||
|
||||
<property name="jre.version" value="jdk1.8.0_92.jdk" />
|
||||
<property name="jre.version" value="jdk1.8.0_74.jdk" />
|
||||
<property name="jre.path" value="/Library/Java/JavaVirtualMachines/${jre.version}/Contents/Home" />
|
||||
|
||||
<bundleapp minimumsystemversion="10.8" executablename="${application.executable}AppLauncher" version="${revision}" outputdirectory="${dir.dist}" name="${application.name}" displayname="${application.name}" shortversion="${version}" identifier="${application.identifier}" mainclassname="net.filebot.Main" icon="${application.icon}" copyright="${tstamp.year} Point Planck" applicationcategory="public.app-category.utilities" highresolutioncapable="true" supportsautomaticgraphicsswitching="true">
|
||||
|
|
Loading…
Reference in New Issue