Script correction.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2020-03-27 13:32:11 +00:00
parent ed5f17d6a7
commit e4096ffbfd

View File

@ -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%"
)