File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ $versionSuffix = ""
99if ($pre.IsPresent ) { $versionSuffix = " -pre$BuildDate " }
1010
1111$projectDirectory = Split-Path $MyInvocation.MyCommand.Path
12- $x86Directory = Join-Path $projectDirectory " nuget.package\libgit2\windows \x86"
13- $x64Directory = Join-Path $projectDirectory " nuget.package\libgit2\windows\amd64 "
12+ $x86Directory = Join-Path $projectDirectory " nuget.package\libgit2\win32 \x86"
13+ $x64Directory = Join-Path $projectDirectory " nuget.package\libgit2\win32\x64 "
1414$osxDirectory = Join-Path $projectDirectory " nuget.package\libgit2\osx"
15- $linuxDirectory = Join-Path $projectDirectory " nuget.package\libgit2\linux\amd64 "
15+ $linuxDirectory = Join-Path $projectDirectory " nuget.package\libgit2\linux\x86_64 "
1616
1717if ( -Not (Test-Path $x86Directory \* .dll) )
1818{
Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ Add-Type -assembly "System.Io.Compression.Filesystem"
116116[Io.Compression.ZipFile ]::ExtractToDirectory(" $ ( $osxBins.FullName ) " , " $ ( $osxBins.FullName ) .ext" )
117117
118118Write-Host - ForegroundColor " Yellow" " Including non Windows build artifacts"
119- Move-Item " $ ( $linuxBins.FullName ) .ext\libgit2\linux\amd64 \*.so" " $ ( $package.FullName ) .ext\libgit2\linux\amd64 "
120- Remove-Item " $ ( $package.FullName ) .ext\libgit2\linux\amd64 \addbinaries.here"
119+ Move-Item " $ ( $linuxBins.FullName ) .ext\libgit2\linux\x86_64 \*.so" " $ ( $package.FullName ) .ext\libgit2\linux\x86_64 "
120+ Remove-Item " $ ( $package.FullName ) .ext\libgit2\linux\x86_64 \addbinaries.here"
121121Move-Item " $ ( $osxBins.FullName ) .ext\libgit2\osx\*.dylib" " $ ( $package.FullName ) .ext\libgit2\osx"
122122Remove-Item " $ ( $package.FullName ) .ext\libgit2\osx\addbinaries.here"
123123
You can’t perform that action at this time.
0 commit comments