Electron: Using autoUpdater with an unsigned app on OS X

Created on 4 Apr 2016  ·  3Comments  ·  Source: electron/electron

  • 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...

Most helpful comment

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.

All 3 comments

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

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

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.

Was this page helpful?
0 / 5 - 0 ratings