nylas-mail-lives / nylas-mail

:love_letter: An extensible desktop mail app built on the modern web.
MIT License
474 stars 63 forks source link

No windows binary is latest release #207

Open goofy3785 opened 6 years ago

goofy3785 commented 6 years ago

There are compiled binaries for linux and mac for the latest release. Can someone compile and add the windows binary to the latest release?

mikeseese commented 6 years ago

I suggest you compile it on your own. I will see if I can get my environment set up in some spare time in the coming weeks, but it is very likely I won't be able to get around to it. I will be adding a note to the issues template that this repository is no longer actively maintained (and is looking for maintainers)

mikeseese commented 6 years ago

However, if you want to look into supporting #4, we can have appveyor autobuild the windows executable on releases

Anaerin commented 6 years ago

I have just tried to compile it, and I've run into a problem - The required script for the final step (packages\client-app\build\create-signed-windows-installer.js) is missing.

I found the old version (in the old-nylas-mail-repo-head branch) and inserted it where it should be, which appears to have worked.