netlify-menubar icon indicating copy to clipboard operation
netlify-menubar copied to clipboard

Installation file for Windows

Open ositaka opened this issue 4 years ago • 1 comments

Hello, is possible to generate a file for Windows-32 x64?

I've git cloned this project and run it locally and it works fine! But I would like to have a .exe file to be able to have the netlify-menubar always running without having to go to the CLI to run it.

I've tried with electron-packager <sourcedir> <appname> --platform=win32 --arch=x86_64 but I really couldn't make it... Can somebody help?

Thank you!

ositaka avatar Mar 21 '20 23:03 ositaka

Hey Nuno, totally. :)

electron-builder is what is used to generate all executables for all platforms. And I'm sure there is a quick way to solve this. :)

Unfortunately, I don't own a windows machine and can't really help with it. :/ But I'll give the issue a "help wanted" and am happy to accept PRs that make it run on windows. :)

stefanjudis avatar Mar 22 '20 08:03 stefanjudis