* 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:11:12 +00:00
parent d5fe75f6a8
commit fa46cc4c1a
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@
<!-- sign app with entitlements -->
<exec dir="${dir.dist}" executable="codesign">
<arg line="${codesign.opts} ${codesign.entitlements} 'Smart Subtitles.app.app/Contents/PlugIns/${jre.version}'" />
<arg line="${codesign.opts} ${codesign.entitlements} 'Smart Subtitles.app/Contents/PlugIns/${jre.version}'" />
</exec>
<exec dir="${dir.dist}" executable="codesign">
<arg line="${codesign.opts} ${codesign.entitlements} 'Smart Subtitles.app'" />