1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-10 06:20:27 -04:00

* fix bad path

This commit is contained in:
Reinhard Pointner 2014-08-21 11:56:06 +00:00
parent 74b4f30462
commit 7b8cac01e7

View File

@ -341,7 +341,7 @@
<!-- sign app with entitlements --> <!-- sign app with entitlements -->
<exec dir="${dir.dist}" executable="codesign"> <exec dir="${dir.dist}" executable="codesign">
<arg line="--verbose=4 --force --sign '3rd Party Mac Developer Application: Reinhard Pointner' --entitlements '${dir.installer}/appbundle/FileBot.entitlements' FileBot.app/Contents/PlugIns/jdk1.8.0_11.jdk" /> <arg line="--verbose=4 --force --sign '3rd Party Mac Developer Application: Reinhard Pointner' --entitlements '${dir.installer}/appbundle/FileBot.entitlements' FileBot.app/Contents/PlugIns/${jre.version}" />
</exec> </exec>
<exec dir="${dir.dist}" executable="codesign"> <exec dir="${dir.dist}" executable="codesign">
<arg line="--verbose=4 --force --sign '3rd Party Mac Developer Application: Reinhard Pointner' --entitlements '${dir.installer}/appbundle/FileBot.entitlements' FileBot.app" /> <arg line="--verbose=4 --force --sign '3rd Party Mac Developer Application: Reinhard Pointner' --entitlements '${dir.installer}/appbundle/FileBot.entitlements' FileBot.app" />