-
-
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
Feature request: Force application signing #975
Comments
Not clear for what do you mean — if app cannot be signed — will be a build error. |
Are you sure? I had a script running that I expected should sign the app - but it didn't happen:
Here, I suspect the CSC_LINK is wrong or somehow not found in the environment variables of the app. I want a commandline option that says "if signing fails or is not enabled (by lack of env vars) then fail". T |
@tarjei It is already fixed, please try 10.5.0 |
How is it fixed? I.e. I managed to create a signed build with 9.2.0 as well. What I want is a surefire way to ensure that signing happens. |
I updated the title to better reflect what I'm looking for. |
We check that file exists. Please try.
Do you mean that you want to enable some mode, in which app must be or signed, or build failed? To ensure, that even if you forget to define CSC_LINK, you will be aware because CI will be broken? |
I think, you want not CLI switch, but |
Yes! |
Babel config moved to .babelrc because: * jest invalidate cache on config file modification * json5 can be used instead of ugly raw json config option added as preparation to additional config file in yaml. Closes electron-userland#975
It would be great to have a command line switch that fails the build if application signing fails. This could catch a lot of setup errors faster and better that other methods.
The text was updated successfully, but these errors were encountered: