platformio / platformio-atom-ide

PlatformIO IDE for Atom: The next generation integrated development environment for IoT
https://atom.io/packages/platformio-ide
Apache License 2.0
476 stars 72 forks source link

Use electron-builder to generate platformio-atom-ide #140

Open probonopd opened 8 years ago

probonopd commented 8 years ago

Use electron-builder to generate platformio-atom-ide.

It can build binaries for Windows, macOS, and Linux (AppImage and deb).

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/36101268-use-electron-builder-to-generate-platformio-atom-ide?utm_campaign=plugin&utm_content=tracker%2F29335434&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F29335434&utm_medium=issues&utm_source=github).
ivankravets commented 8 years ago

Have you tested it with PlatformIO IDE?

probonopd commented 7 years ago

No since I am still new to it myself, but I am optimistic that @develar from the electron-builder team would be willing to have a look if you're interested.

develar commented 7 years ago

I see that PlatformIO IDE uses https://raw.githubusercontent.com/atom/ci/master/build-package.sh to build as an "atom package". So, electron-builder cannot be used to build AppImage.

probonopd commented 7 years ago

@develar "cannot be used" as in "...without changing from build-package.sh to electron-builder"? What would be the side effects?