From 32fc311f8e87bd12ffa0ce25fa466c75059076ee Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 1 Aug 2023 12:35:40 +0200 Subject: [PATCH] Set archive paths accordingly --- scripts/Windows/Scripts/Context.ps1 | 2 ++ 1 file changed, 2 insertions(+) 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(