Closed rllola closed 7 years ago
@rllola electron-prebuild-compile
is a wrapper around the standard electron-prebuilt
with built in electron-compile
hooks.
See https://github.com/electron/electron-compile#how-does-it-work-easiest-way
You can use the normal electron-prebuilt
and set up the electron-compile
hooks yourself if you want. Check out:
https://github.com/electron/electron-compile#how-does-it-work-slightly-harder-way
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello,
I am confused on what is the difference between the two modules ? I have never done electron app before. I saw the talk "Making Electron Development Simpler, More Pleasant, and More Productive - GitHub Universe 2016" talk and wanted to give a try but he talks about electron-compile and his demo he is using electron-prebuilt-compile.