* fix bad path

This commit is contained in:
Reinhard Pointner 2014-08-21 11:56:06 +00:00
parent 74b4f30462
commit 7b8cac01e7
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@
<!-- sign app with entitlements -->
<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 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" />