switch layout

This commit is contained in:
Maxim Lobanov
2020-04-23 05:51:34 +03:00
parent a70d3e2a34
commit 4003986702
6 changed files with 49 additions and 2 deletions

View File

@@ -40,6 +40,10 @@ class WinNodeBuilder : NodeBuilder {
return "${base}/v$($this.Version)/node-v$($this.Version)-win-$($this.Architecture).7z"
}
[void] UnpackBinaries($archivePath) {
Unpack-7ZipArchive -ArchivePath $archivePath -OutputDirectory $this.ArtifactLocation
}
[void] CreateInstallationScript() {
<#
.SYNOPSIS