mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-11 13:58:16 -05:00
* submit FileBot v4.5.2 to the App Store (to fix the download subtitle / sandbox issue)
This commit is contained in:
parent
91031896fd
commit
b5d4c8bfa0
@ -261,7 +261,7 @@
|
|||||||
<target name="appbundle-maspkg" depends="svn-update, fatjar">
|
<target name="appbundle-maspkg" depends="svn-update, fatjar">
|
||||||
<taskdef name="bundleapp" classname="com.oracle.appbundler.AppBundlerTask" classpath="${dir.lib}/build/appbundler.jar" />
|
<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" />
|
<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">
|
<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">
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# application settings
|
# application settings
|
||||||
application.name: FileBot
|
application.name: FileBot
|
||||||
application.version: 4.5
|
application.version: 4.5.2
|
||||||
application.revision: @{svn.revision}
|
application.revision: @{svn.revision}
|
||||||
|
|
||||||
# application updates
|
# application updates
|
||||||
|
Loading…
Reference in New Issue
Block a user