-
Notifications
You must be signed in to change notification settings - Fork 617
A small correction for Windows users #175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to o 8000 ur terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for this. Worked a treat |
I made a pull-request based on your suggest #176 |
Could you guys package it into exe and share it? Thanks |
@galbenyosef I would say they are two completely unrelated issues. |
@galbenyosef I agree with @baylf2000 we are talking about two completely unrelated issues. @vdmokstati Sorry, but I'm not willing to do so given the current issues with the project |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For those users that are not as technically proficient as they could be, it might be worth pointing out that they will need to modify the following line in "package.json" to allow the electron packager to complete. As is, it will attempt to build a package for Mac OS which will fail on Windows machines.
Modify this line as follows:
"electron-packager": "electron-packager . --overwrite --platform=win32 --arch=ia32 --prune=true --out=release-builds",
The text was updated successfully, but these errors were encountered: