Skip to content

Commit

Permalink
specifying install4j code signing certificate is for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lassewesth committed Jun 16, 2015
1 parent 120ba10 commit 5427bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/neo4j-desktop/pom.xml
Expand Up @@ -184,8 +184,8 @@
<target name="media">
<mkdir dir="${project.build.directory}/install4j" />
<!--suppress MavenModelInspection -->
<condition property="install4j.code.signing" value="&lt;codeSigning macEnabled=&quot;false&quot; macPkcs12File=&quot;&quot; windowsEnabled=&quot;true&quot; windowsKeySource=&quot;pkcs12&quot; windowsPvkFile=&quot;&quot; windowsSpcFile=&quot;&quot; windowsPkcs12File=&quot;${install4j.pkcs12}&quot; /&gt;">
<isset property="install4j.pkcs12"/>
<condition property="install4j.code.signing" value="&lt;codeSigning macEnabled=&quot;false&quot; macPkcs12File=&quot;&quot; windowsEnabled=&quot;true&quot; windowsKeySource=&quot;pkcs12&quot; windowsPvkFile=&quot;&quot; windowsSpcFile=&quot;&quot; windowsPkcs12File=&quot;${install4j.win.pkcs12}&quot; /&gt;">
<isset property="install4j.win.pkcs12"/>
</condition>
<property name="install4j.code.signing" value=""/>
<copy file="${project.basedir}/neo4j-desktop.install4j" toFile="${project.build.directory}/install4j/neo4j-desktop.install4j">
Expand Down

0 comments on commit 5427bc5

Please sign in to comment.