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

Using autoUpdater with an unsigned app on OS X #5008

Closed
mccxiv opened this issue Apr 3, 2016 · 3 comments
Closed

Using autoUpdater with an unsigned app on OS X #5008

mccxiv opened this issue Apr 3, 2016 · 3 comments

Comments

@mccxiv
Copy link

mccxiv commented Apr 3, 2016

  • Electron version: 0.34.7
  • Operating system: OS X

Hello, is there a technical reason why this isn't possible? I can't find relevant documentation or other issues on the topic...

@anaisbetts
Copy link
Contributor

Verifying a code signature is the easy way to ensure an update succeeded

@kevinsawicki
Copy link
Contributor

This behavior is provided/required by Squirrel which the auto update library that Electron uses, it wasn't an explicit choice for Electron apps to have this requirement.

https://github.com/Squirrel/Squirrel.Mac/blob/8caa2fa2007b29a253f7f5be8fc9f36ace6aa30e/Squirrel/SQRLUpdater.m#L149-L156

@kevinsawicki
Copy link
Contributor

I'm going to close this out since this would require major Squirrel.Mac changes.

If that gets changed in Squirrel.Mac someday then it eventually land in Electron.

I'm going to update the docs though to make sure this is clear.

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

No branches or pull requests

3 participants