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 = ""
9
9
if ($pre.IsPresent ) { $versionSuffix = " -pre$BuildDate " }
10
10
11
11
$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 "
14
14
$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 "
16
16
17
17
if ( -Not (Test-Path $x86Directory \* .dll) )
18
18
{
Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ Add-Type -assembly "System.Io.Compression.Filesystem"
116
116
[Io.Compression.ZipFile ]::ExtractToDirectory(" $ ( $osxBins.FullName ) " , " $ ( $osxBins.FullName ) .ext" )
117
117
118
118
Write-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"
121
121
Move-Item " $ ( $osxBins.FullName ) .ext\libgit2\osx\*.dylib" " $ ( $package.FullName ) .ext\libgit2\osx"
122
122
Remove-Item " $ ( $package.FullName ) .ext\libgit2\osx\addbinaries.here"
123
123
You can’t perform that action at this time.
0 commit comments