Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxcnunes/docker-electron-distribution
A image based in debian:jessie with necessary dependencies to build/pack and create installers for an electron application from Linux to any other OS
https://github.com/maxcnunes/docker-electron-distribution
Last synced: about 2 months ago
JSON representation
A image based in debian:jessie with necessary dependencies to build/pack and create installers for an electron application from Linux to any other OS
- Host: GitHub
- URL: https://github.com/maxcnunes/docker-electron-distribution
- Owner: maxcnunes
- License: mit
- Created: 2015-11-27T19:42:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-08T14:09:13.000Z (almost 9 years ago)
- Last Synced: 2024-10-18T07:20:24.496Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-electron-distribution
A image based in [debian:jessie](https://hub.docker.com/_/debian/) with necessary dependencies to build/pack and create installers for an electron application from Linux to any other OS (is just not possible pack for OSX from Linux).
Docker hub: [maxcnunes/docker-electron-distribution](https://hub.docker.com/r/maxcnunes/docker-electron-distribution/)
You may want to use:
- [electron-packager](https://www.npmjs.com/package/electron-packager) to build/package the app for OSX, Linux and Windows
- [electron-builder](https://github.com/loopline-systems/electron-builder) to create installers for Linux and Windows```shell
docker pull maxcnunes/electron-distribution
```## License
Copyright (c) 2015 Max Claus Nunes. This software is licensed under the [MIT License](http://raw.github.com/maxcnunes/docker-electron-distribution/master/LICENSE).