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

feat: code signing #137

Merged
merged 1 commit into from
Jun 28, 2022
Merged

feat: code signing #137

merged 1 commit into from
Jun 28, 2022

Conversation

AuHau
Copy link
Contributor

@AuHau AuHau commented Jun 23, 2022

This adds support for Code Signing for macOS and Windows. We need to setup though following secrets:

  • MACOS_CERT_P12 - macOS signing certificate
  • MACOS_CERT_PASSWORD - password for the macOS certificate
  • WINDOWS_CODESIGN_P12 - Windows signing certificate
  • WINDOWS_CODESIGN_PASSWORD - password for the Windows certificate

Moreover the Apple Developer Identity

Closes #3

@AuHau AuHau force-pushed the feat/code-signing branch from ecf2bbe to 4fc2737 Compare June 28, 2022 12:13
@AuHau AuHau marked this pull request as ready for review June 28, 2022 12:13
Copy link
Contributor

@vojtechsimetka vojtechsimetka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm. Do you need me to setup the secrets?

@AuHau
Copy link
Contributor Author

AuHau commented Jun 28, 2022

Lgtm. Do you need me to setup the secrets?

Already done

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

Successfully merging this pull request may close these issues.

Code signing
3 participants