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

Question: Does code sign occur on windows builds, do you deploy for windows builds? #1

Open
7sharp9 opened this issue Feb 21, 2023 · 1 comment

Comments

@7sharp9
Copy link

7sharp9 commented Feb 21, 2023

Im just wondering if you use this template to do builds for windows or solely apple distribution. I was wanting a script to automate the production of both Apple and Windows builds that also included the pace wrapper and code signing part. Do you use this as part of a CI process or just locally?

@gyohng
Copy link
Owner

gyohng commented Feb 22, 2023

Both locally and as a part of CI/CD, Mac and Windows. The problem, however, is that you need to find a way to plug a PACE dongle into your server, which might be difficult if you use a cloud instance. And if you need to complete two builds for Mac and Windows, you either need two dongles or some clever USB redirection method. So I run CI/CD without PACE. If the PACE SDK is not installed, it should skip signing.

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

No branches or pull requests

2 participants