Feross Aboukhadijeh
Feross Aboukhadijeh
@DamonOehlman excellent - thanks for the quick response. i like approach 1 and will try to lend a hand :)
Hey, just wondering what the progress of the update is?
Supposedly, according to the MDN article, wine supports code signing. Is the article out of date?
@kevinsawicki Do you mean the example just shows sha1, or the `signcode` tool actaully doesn't support sha256?
Also, thanks for working on this!
`electron-builder` discussion here: https://github.com/electron-userland/electron-builder/issues/314
@kevinsawicki just published [kevinsawicki/signcode](https://github.com/kevinsawicki/signcode) which I think should be used in `windows-installer` when building from OS X.
@develar It's a good question though. I'm wondering if all the .exe files need to be signed, or not?
@develar Shouldn't the .dlls also be signed?
@kevinsawicki We still want to use your [`signcode`](https://github.com/kevinsawicki/signcode) package when we're on non-Windows platforms, right? @develar Is your PR https://github.com/electron/windows-installer/pull/77 required for `signcode` integration? Seems like an unrelated issue, no?