Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add required software for compilation #510

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vaqxai
Copy link

@vaqxai vaqxai commented Jan 2, 2021

Less frustration for people

@CLAassistant
Copy link

CLAassistant commented Jan 2, 2021

CLA assistant check
All committers have signed the CLA.

@jjcf89
Copy link

jjcf89 commented Feb 17, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants