Skip to content

Commit

Permalink
Merge pull request #40 from chrisvire/master
Browse files Browse the repository at this point in the history
Sign ChorusHubInstaller
  • Loading branch information
chrisvire committed Mar 25, 2015
2 parents bca932a + 19f5c29 commit 9687dd2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/Chorus.proj
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@

</Target>

<Target Name="SignChorusHub" DependsOnTargets="ChorusHubInstaller">
<Message Text="Attempting to sign ChorusHubInstaller.msi" Importance="high" />
<Exec Command='sign "$(RootDir)\output\Release\ChorusHubInstaller.msi" ' />
</Target>

<Target Name="MakeWixForDistFiles" Condition="'$(OS)'=='Windows_NT'">
<MakeWixForDirTree
DirectoryReferenceId="mercurial"
Expand Down

0 comments on commit 9687dd2

Please sign in to comment.