Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to package electron app into one big executable file, not a directory include many files #383

Closed
ghost opened this issue May 31, 2016 · 4 comments
Labels
question ❓ Question about using Electron Packager. Not supported in this issue tracker.

Comments

@ghost
Copy link

ghost commented May 31, 2016

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

@develar

This comment has been minimized.

@malept malept added the question ❓ Question about using Electron Packager. Not supported in this issue tracker. label May 31, 2016
@malept
Copy link
Member

malept commented May 31, 2016

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).

@peer2peer

This comment has been minimized.

@dexter4life
Copy link

You can use this instead https://github.com/electron/windows-installer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question ❓ Question about using Electron Packager. Not supported in this issue tracker.
Projects
None yet
Development

No branches or pull requests

4 participants