mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-10 06:20:27 -04:00
* 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:
parent
898eafdf7c
commit
d5fe75f6a8
@ -471,7 +471,7 @@
|
|||||||
<apply executable="codesign">
|
<apply executable="codesign">
|
||||||
<arg line="${codesign.opts} ${codesign.entitlements.inherit}" />
|
<arg line="${codesign.opts} ${codesign.entitlements.inherit}" />
|
||||||
<srcfile />
|
<srcfile />
|
||||||
<fileset dir="${dir.dist}/FileBot.app/Contents/PlugIns">
|
<fileset dir="${dir.dist}/Smart Subtitles.app/Contents/PlugIns">
|
||||||
<include name="**/jspawnhelper" />
|
<include name="**/jspawnhelper" />
|
||||||
<include name="**/*.dylib" />
|
<include name="**/*.dylib" />
|
||||||
<include name="**/*.jar" />
|
<include name="**/*.jar" />
|
||||||
@ -487,7 +487,7 @@
|
|||||||
<apply executable="codesign">
|
<apply executable="codesign">
|
||||||
<arg line="${codesign.opts} ${codesign.entitlements}" />
|
<arg line="${codesign.opts} ${codesign.entitlements}" />
|
||||||
<srcfile />
|
<srcfile />
|
||||||
<fileset dir="${dir.dist}/FileBot.app/Contents">
|
<fileset dir="${dir.dist}/Smart Subtitles.app/Contents">
|
||||||
<include name="MacOS/*.dylib" />
|
<include name="MacOS/*.dylib" />
|
||||||
<include name="Java/*.jar" />
|
<include name="Java/*.jar" />
|
||||||
</fileset>
|
</fileset>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user