electron-release
electron-release copied to clipboard
Windows support
Just need to replace ditto
right?
Does this help https://github.com/thejoshwolfe/yazl
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
Hello,
do I understand it right: electron-release
does not yet support releasing an .exe
?
@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.
Kewl! :smile: