Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A small correction for Windows users #175

Open
baylf2000 opened this issue Sep 11, 2019 · 5 comments
Open

A small correction for Windows users #175

baylf2000 opened this issue Sep 11, 2019 · 5 comments

Comments

@baylf2000
Copy link

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",

@djkarlos
Copy link

Thanks for this. Worked a treat

@translucentfocus
Copy link

I made a pull-request based on your suggest #176

@vdmokstati
Copy link

Could you guys package it into exe and share it? Thanks

@baylf2000
Copy link
Author

@galbenyosef I would say they are two completely unrelated issues.

@translucentfocus
Copy link

@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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants