Skip to content

Commit

Permalink
hyphen char appeared to be invalid. WTF?
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Oct 27, 2011
1 parent 9118145 commit b31ea97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winsw.csproj
Expand Up @@ -72,7 +72,7 @@
</Target>
-->
<PropertyGroup>
<PostBuildEvent>"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\mt.exe" -manifest "$(ProjectDir)manifest.xml" outputresource:"$(TargetDir)$(TargetFileName)";#1
<PostBuildEvent>"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\mt.exe" -manifest "$(ProjectDir)manifest.xml" -outputresource:"$(TargetDir)$(TargetFileName)";#1

"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\signtool.exe" sign /f c:\winsw-do-not-add-to-scm.pfx /p winsw /t http://timestamp.comodoca.com/authenticode $(TargetFileName)</PostBuildEvent>
</PropertyGroup>
Expand Down

0 comments on commit b31ea97

Please sign in to comment.