-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Remove redundant signing op for mas and mas-dev targets #4321
Conversation
It looks like these signing operation are indeed needed, since the |
OK should be fixed now. |
CI is failing because of an extra semi colon... |
@tflack should be fixed now. |
Thanks! |
FYI: This new code has broken "DMG" signing. |
I agree, @patrickmichalina. This PR has regression. It disables signing altogether if |
Reverted. |
…gets (electron-userland#4321)" This reverts commit 5692281
…gets (electron-userland#4321)" This reverts commit 5692281
I noticed that running the packager on a basic vanilla repo was yielding two signing operations for mas/mas-dev targets:
I think this is an artifact from this PR after this other one was implemented
This PR removes the unneeded intermediate package signing.