Borderless-Gaming icon indicating copy to clipboard operation
Borderless-Gaming copied to clipboard

Add required software for compilation

Open vaqxai opened this issue 5 years ago • 2 comments

Less frustration for people

vaqxai avatar Jan 02 '21 17:01 vaqxai

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jan 02 '21 17:01 CLAassistant

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. image

jjcf89 avatar Feb 17 '21 18:02 jjcf89