From e4096ffbfd7f07274498e3cf8642c2aedf39248d Mon Sep 17 00:00:00 2001 From: Konstantina Chremmou Date: Fri, 27 Mar 2020 13:32:11 +0000 Subject: [PATCH] Script correction. Signed-off-by: Konstantina Chremmou --- scripts/sign.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/sign.bat b/scripts/sign.bat index 82a455eaa..2ee9480e4 100644 --- a/scripts/sign.bat +++ b/scripts/sign.bat @@ -87,8 +87,7 @@ if "%sbe%"=="true" ( date /t && time /t %CTXSIGN% --sign --authenticode-append --authenticode-SHA256 --key XenServerSHA256.NET_KEY ^ --cross-sign --pagehashes yes "%thefile%" - ) - else ( + ) else ( %CTXSIGN% --sign --key XenServerSHA256.NET_KEY --pagehashes yes --type Authenticode ^ --description "%descr%" "%thefile%" )