From 65d113a3e876737268e5af87be8f5afd70359a7c Mon Sep 17 00:00:00 2001 From: gus33000 Date: Sun, 31 Jan 2016 20:35:46 +0100 Subject: [PATCH] updates --- bin/main.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/main.ps1 b/bin/main.ps1 index 496827e..a30dc76 100644 --- a/bin/main.ps1 +++ b/bin/main.ps1 @@ -694,9 +694,9 @@ Function global:prepforconvert ( Process { Update-Window ESD_ToolKit Icon "$(Get-ScriptDirectory)\icon.ico" if ($CryptoKey -ne $null) { - $result = (decrypt-ESDs -Backup $false -ESD $esdfiles -RSAKey $CryptoKey) + $result = (decrypt-ESDs -Backup $true -ESD $esdfiles -RSAKey $CryptoKey) } else { - $result = (decrypt-ESDs -Backup $false -ESD $esdfiles) + $result = (decrypt-ESDs -Backup $true -ESD $esdfiles) } [array]$esdinfos = @() if ($result -is [system.array]) {