We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107128e commit cae5a47Copy full SHA for cae5a47
build.libgit2.ps1
@@ -20,8 +20,8 @@ Set-StrictMode -Version Latest
20
21
$projectDirectory = Split-Path $MyInvocation.MyCommand.Path
22
$libgit2Directory = Join-Path $projectDirectory "libgit2"
23
-$x86Directory = Join-Path $projectDirectory "nuget.package\runtimes\win7-x86\native"
24
-$x64Directory = Join-Path $projectDirectory "nuget.package\runtimes\win7-x64\native"
+$x86Directory = Join-Path $projectDirectory "nuget.package\runtimes\win-x86\native"
+$x64Directory = Join-Path $projectDirectory "nuget.package\runtimes\win-x64\native"
25
$hashFile = Join-Path $projectDirectory "nuget.package\libgit2\libgit2_hash.txt"
26
$sha = Get-Content $hashFile
27
0 commit comments