Jens Lind

Results 18 comments of Jens Lind

Thanks for the PR! Do you know if `archiver` will work with signed apps? https://github.com/jenslind/electron-release/issues/1#issuecomment-144082722

No need for a certificate from Apple. You should be able to use a self signed one too.

The url to the new released `.zip` is returned when the release is done. https://github.com/jenslind/electron-release/blob/master/src/index.js#L84 And it's that url that is used to update the `auto_updater.json`. https://github.com/jenslind/electron-release/blob/master/src/cli.js#L36

Correct. If we gonna replace `ditto` we must make sure that a signed app is still signed when unzipped. See: https://stackoverflow.com/questions/22367809/code-signed-mac-app-broken-after-downloading

@kostia no, you can release `.exe` Just separate the app paths with `,`: ``` electron-release --app=app.app,app.exe .... ``` This issue is about `electron-release` can't be used on a windows machine.

Hello, yes minira is currently osx only. And yeah it shouldn't be that hard to add support for other platforms. :)

Added a description for now.