-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Multiplatform Build Documentation is lacking. I can fix! #412
Comments
Edit file https://github.com/electron-userland/electron-builder/blob/master/docs/Multi%20Platform%20Build.md (see https://github.com/electron-userland/electron-builder/blob/master/CONTRIBUTING.md#documentation)
If it can be somehow simplified (since we are smart tool), it should be done. Anyway, please open PR and it will be discussed. |
@develar That's the page I'm referring to. There is no real directions i can see. The directions are "install these two apps in homebrew". But then what? I've scoured the issue tracker and seen you can pass The assumption by me, the user of the documentation, is that I install those through |
It works. Yes, this should be documented. |
Are those pass-throughs to electron-packager or anything that I can see the list of valid commands? |
https://github.com/electron-userland/electron-builder#cli-usage Just pass these args in your script task. |
Great. And is it not possible to create the update files ( |
Thanks I got it, I'll try and clean up the documentation tomorrow to make it clearer! |
Possible. Just install required tools (as stated in the docs). FYI: docker support is coming |
This should definitely be in the docs! :-) |
|
I can issue a PR but I need to understand it first.
What I'd like to do (and seems possible from documentation) is build OSX and Windows files from OSX (no MSI).
The documentation linked (https://github.com/electron-userland/electron-builder/wiki/Multi-Platform-Build) says it's possible but I'd like to add the actual commands to this page if you could point me in the right direction.
Once I figure it out I'll issue a PR. Thanks!
The text was updated successfully, but these errors were encountered: