Release v0.1.8.4 prepare for release
This commit is contained in:
@ -7,8 +7,8 @@ $ErrorActionPreference = 'Stop'
|
||||
New-Item -ItemType Directory -Force -Path $OutDir | Out-Null
|
||||
|
||||
$items = @(
|
||||
@{ Path = 'build/Release/privatebinapi.dll'; Optional = $false }
|
||||
@{ Path = 'build/Release/privatebinapi.lib'; Optional = $true }
|
||||
@{ Path = 'build/Release/libprivatebin.dll'; Optional = $false }
|
||||
@{ Path = 'build/Release/libprivatebin.lib'; Optional = $true }
|
||||
@{ Path = 'build/Release/privatebinapi.pdb'; Optional = $true }
|
||||
@{ Path = 'build/example/Release/example.exe'; Optional = $true }
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user