Skip to content

Commit

Permalink
Remove ".dll" extension from dll-name declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Jul 17, 2013
1 parent 9fa5391 commit 90d7f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UpdateLibgit2ToSha.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ namespace LibGit2Sharp.Core
{
internal static class NativeDllName
{
public const string Name = "$binaryFilename.dll";
public const string Name = "$binaryFilename";
}
}
"@
Expand Down

0 comments on commit 90d7f06

Please sign in to comment.