Borderless-Gaming
Borderless-Gaming copied to clipboard
Add required software for compilation
Less frustration for people
Hmm I needed to hardcode the paths to signtool and issc, not sure why they weren't in my PATH
call "C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool\signtool" sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /as /sha1 3BD5BE571287FE2052F137C44198AE7BAB38B037 "$(ProjectDir)$(OutDir)$(TargetFileName)"
call "C:\Program Files (x86)\Inno Setup 6\iscc" /Qp "$(SolutionDir)\Installers\BorderlessGaming_Standalone_Admin.iss"
call "C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool\signtool" sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /as /sha1 3BD5BE571287FE2052F137C44198AE7BAB38B037 "$(SolutionDir)Installers\BorderlessGaming@(VersionNumber)_admin_setup.exe"
Did you get this error? 1>EXEC : SignTool error : No certificates were found that met all the given criteria.
I'm also getting this error when I try to run program.
