kewde / electron-sandbox-boilerplate

A simple example for a (more reasonably) secure electron application, by enabling the sandbox and forcing communication over IPC.
MIT License
73 stars 14 forks source link

Track: packaging distributions with --enable-sandbox #7

Open kewde opened 6 years ago

kewde commented 6 years ago

Currently electron-builder does not support building with sandbox mode. This tutorial would be a bit of a shame if people ended up packing their electron apps and not enabling the sandbox support.

LiamDotPro commented 6 years ago

I'm very interested in this becoming a thing, furthermore If it can be successfully built using electron builder , I'll try and integrate my existing vue-electron app and share notes or more for those interested.

kewde commented 6 years ago

@LiamDotPro I'm running this project on "verbose" mode, pushing out as much information in whichever way I can. Feel free to share any notes you may create or find, also feel free to link back to any of the issues if you find something interesting.