mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
5 lines
396 B
PowerShell
5 lines
396 B
PowerShell
Remove-Item $PSScriptRoot\dist -Recurse -Force -ErrorAction Ignore
|
|
New-Item -ItemType directory -Path $PSScriptRoot\dist
|
|
$version = (Get-Content "$PSScriptRoot/VERSION" | Select -Index 0).Trim()
|
|
Compress-Archive -Path $PSScriptRoot\bin, $PSScriptRoot\manifests, $PSScriptRoot\libexec, $PSScriptRoot\VERSION -CompressionLevel Fastest -Update -DestinationPath $PSScriptRoot\dist\dadew-$version.zip
|