Files
CustomerPanel-Test/Setup/SignSourceFiles.cmd
2026-03-05 09:56:57 +01:00

12 lines
447 B
Batchfile

set ProductName="C4IT Customer Panel"
set SignTool=..\..\..\Common Code\Tools\signtool.exe
set TimeStamp=http://rfc3161timestamp.globalsign.com/advanced
set Src=.\Source
"%SignTool%" sign /a /tr %TimeStamp% /td SHA256 /fd SHA256 /d %ProductName% "%Src%\Customer Panel.exe" "%Src%\ComputerInformationReport.dll" "%Src%\C4IT.API.Contracts.dll" "%Src%\C4IT.Matrix.WebClient.dll" "%Src%\C4IT.Matrix.MsGatewayAuthentication.dll"
pause