You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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. :)
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!
The text was updated successfully, but these errors were encountered: