-
Notifications
You must be signed in to change notification settings - Fork 110
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
Enable MacOS code signing and notarization in GitHub Actions #1267
Conversation
? path.join(buildPath, `${APP_NAME}.app`, "Contents", "Resources", baseName) | ||
: path.join(buildPath, "resources", baseName); | ||
|
||
// prettier-ignore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you add that comment back in above destPath
please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe I put it back where you asked, now 👀
That (because it moved files around in the So we'll want to keep that in mind if we ever want to sign Windows, that we'll need to modify that |
Working CI/CD
https://github.com/perfectra1n/Notes/actions/runs/13488732370/job/37683473246#step:4:931
Release objects associated with above CI/CD run:
https://github.com/perfectra1n/Notes/releases/tag/v2.0.8
Closes #329.