aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorMartin Cizmar <betacheer@gmail.com>2018-10-28 23:07:36 +0100
committerMartin Cizmar <betacheer@gmail.com>2018-10-28 23:07:36 +0100
commite4188e27b313e8e8accc4988944e04db2e9ae9b5 (patch)
treece245e101836987922e22157e2e93f77582f2bb4 /dist
parent6e2c314c45fb58f8d435d7097398a8b9eea557f2 (diff)
downloadghdl-e4188e27b313e8e8accc4988944e04db2e9ae9b5.tar.gz
ghdl-e4188e27b313e8e8accc4988944e04db2e9ae9b5.tar.bz2
ghdl-e4188e27b313e8e8accc4988944e04db2e9ae9b5.zip
change to FQN for Archive-Expand command
Diffstat (limited to 'dist')
-rw-r--r--dist/windows/InstallerTemplate.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/windows/InstallerTemplate.ps1 b/dist/windows/InstallerTemplate.ps1
index 6e2fac3c3..f04a89ad4 100644
--- a/dist/windows/InstallerTemplate.ps1
+++ b/dist/windows/InstallerTemplate.ps1
@@ -211,7 +211,7 @@ if ($Install)
[System.IO.File]::WriteAllBytes("$TempFilePath", $CompressedFileContentAsBytes)
Write-Host " Extracting ZIP file to: $InstallPath"
- Expand-Archive "$TempFilePath" -DestinationPath $InstallPath -Force
+ Microsoft.PowerShell.Archive\Expand-Archive "$TempFilePath" -DestinationPath $InstallPath -Force
Remove-Item $TempFilePath