Last active
November 26, 2015 03:53
-
-
Save cemeng/92d8ad62fb69daa9cb8c to your computer and use it in GitHub Desktop.
Distributing electron app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/atom/grunt-electron-installer -> from atom people - needing the use of grunt | |
on Mac: You must install both Mono and Wine on non-Windows" | |
ok then: | |
brew install wine | |
brew install mono | |
Why bring grunt to the fold? | |
https://github.com/maxogden/electron-packager -> looks like most widely used, but needing wine? | |
https://github.com/loopline-systems/electron-builder -> built on top of packager - looks really nice, but still WIP | |
https://github.com/atom/electron/blob/master/docs/tutorial/application-distribution.md | |
Reading materials: | |
http://www.mylifeforthecode.com/creating-a-windows-distribution-of-an-electron-app-using-squirrel/ | |
https://scotch.io/tutorials/creating-desktop-applications-with-angularjs-and-github-electron |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment