updated macOS signing product path

This commit is contained in:
Martin Lippert
2016-12-06 09:24:26 +01:00
parent 4ea2b6b287
commit 4da064e48c

View File

@@ -110,7 +110,7 @@
<arg value="${env.KEYCHAIN}"/>
<arg value="-s"/>
<arg value="Developer ID Application: Trevor Marshall"/>
<arg value="${build.destination.cocoa.x86_64}/STS.app"/>
<arg value="${project.build.directory}/products/org.springframework.boot.ide/macosx/cocoa/x86_64/SpringBootIDE.app"/>
</exec>
</target>