Electron-packager: How to package electron app into one big executable file, not a directory include many files

Created on 31 May 2016  Â·  4Comments  Â·  Source: electron/electron-packager

How to package electron app into one big executable file, not a directory include many files.
We want to using electron to develop a app for our business client ,but do not want to let them see our resource files. so we need to build a single file executable file from source

question

All 4 comments

That's not the only answer. You can use the asar option to "conceal your source code from cursory inspection" (as it says in the application packaging tutorial for Electron).

How to unpack a single exe file produced by Electron builder?

Was this page helpful?
0 / 5 - 0 ratings