Skip to content

Instantly share code, notes, and snippets.

@cemeng
Last active November 26, 2015 03:53
Show Gist options
  • Save cemeng/92d8ad62fb69daa9cb8c to your computer and use it in GitHub Desktop.
Save cemeng/92d8ad62fb69daa9cb8c to your computer and use it in GitHub Desktop.
Distributing electron app
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