* submit FileBot v4.5.2 to the App Store (to fix the download subtitle / sandbox issue)

This commit is contained in:
Reinhard Pointner 2014-10-26 15:01:01 +00:00
parent 91031896fd
commit b5d4c8bfa0
2 changed files with 2 additions and 2 deletions

View File

@ -261,7 +261,7 @@
<target name="appbundle-maspkg" depends="svn-update, fatjar">
<taskdef name="bundleapp" classname="com.oracle.appbundler.AppBundlerTask" classpath="${dir.lib}/build/appbundler.jar" />
<property name="jre.version" value="jdk1.8.0_20.jdk" />
<property name="jre.version" value="jdk1.8.0_25.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="2014 Reinhard Pointner" applicationcategory="public.app-category.productivity">

View File

@ -1,6 +1,6 @@
# application settings
application.name: FileBot
application.version: 4.5
application.version: 4.5.2
application.revision: @{svn.revision}
# application updates