electron-release icon indicating copy to clipboard operation
electron-release copied to clipboard

Windows support

Open jenslind opened this issue 9 years ago • 5 comments

jenslind avatar Sep 19 '15 21:09 jenslind

Just need to replace ditto right?

Does this help https://github.com/thejoshwolfe/yazl

jamiebuilds avatar Sep 29 '15 02:09 jamiebuilds

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

jenslind avatar Sep 29 '15 14:09 jenslind

Hello,

do I understand it right: electron-release does not yet support releasing an .exe?

kostia avatar Nov 12 '15 16:11 kostia

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

jenslind avatar Nov 12 '15 16:11 jenslind

Kewl! :smile:

kostia avatar Nov 12 '15 17:11 kostia