* try publishing a seprate free app that contains only the subtitles module and see if that's acceptable in the mac appstore

This commit is contained in:
Reinhard Pointner 2015-12-12 12:09:17 +00:00
parent 898eafdf7c
commit d5fe75f6a8
1 changed files with 2 additions and 2 deletions

View File

@ -471,7 +471,7 @@
<apply executable="codesign">
<arg line="${codesign.opts} ${codesign.entitlements.inherit}" />
<srcfile />
<fileset dir="${dir.dist}/FileBot.app/Contents/PlugIns">
<fileset dir="${dir.dist}/Smart Subtitles.app/Contents/PlugIns">
<include name="**/jspawnhelper" />
<include name="**/*.dylib" />
<include name="**/*.jar" />
@ -487,7 +487,7 @@
<apply executable="codesign">
<arg line="${codesign.opts} ${codesign.entitlements}" />
<srcfile />
<fileset dir="${dir.dist}/FileBot.app/Contents">
<fileset dir="${dir.dist}/Smart Subtitles.app/Contents">
<include name="MacOS/*.dylib" />
<include name="Java/*.jar" />
</fileset>