diff --git a/scripts/Windows/Scripts/Context.ps1 b/scripts/Windows/Scripts/Context.ps1 index e54441b9..f5c4f729 100644 --- a/scripts/Windows/Scripts/Context.ps1 +++ b/scripts/Windows/Scripts/Context.ps1 @@ -172,6 +172,8 @@ class Context { } [void] Restore([string]$archivePath, [string]$destinationPath) { + $archivePath = "$archivePath.001"; + if (-not (Test-Path -PathType Leaf $archivePath)) { Write-Information ( [string]::Join(