Skip to content

Commit cae5a47

Browse files
committed
Use standard windows RID instead
1 parent 107128e commit cae5a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.libgit2.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Set-StrictMode -Version Latest
2020

2121
$projectDirectory = Split-Path $MyInvocation.MyCommand.Path
2222
$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"
23+
$x86Directory = Join-Path $projectDirectory "nuget.package\runtimes\win-x86\native"
24+
$x64Directory = Join-Path $projectDirectory "nuget.package\runtimes\win-x64\native"
2525
$hashFile = Join-Path $projectDirectory "nuget.package\libgit2\libgit2_hash.txt"
2626
$sha = Get-Content $hashFile
2727

0 commit comments

Comments
 (0)