-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Code signing for windows and mac in macOS #822
Comments
As far I see, it should work — In any case — |
Thanks for answer. Why should I use the same password for win and mac certs ? This is not my case, so why could we not define different pass for mac and win ? |
Fixed. |
Perfect ! Thanks a lot. |
Could you provide different env variable for signing osx and win ?
with
build -mw --x64 --ia32
with CSC_LINK and CSC_KEY_PASSWORD set with certificat for win and CSC_NAME for macOS certificat, the build don't work ! Building separately for mac and win work fine..If I set certificateFile and certificatePassword in place of CSC_LINK and CSC_KEY_PASSWORD in package.json build.win, it don't work again.
Could you try that and give me the right configuration ? Thank
The text was updated successfully, but these errors were encountered: