-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 disable packing into asar files? #428
Comments
just add |
You should use asar because
|
@develar , u mean if i disable the asar, it wil take longer time for my app to start up? Can u explain more on what is code signing? And what is standard system location to store user config? |
https://msdn.microsoft.com/en-us/library/ms537361(v=vs.85).aspx
https://github.com/electron/electron/blob/master/docs/api/app.md#appgetpathname see userData |
I know that code signing is for security purposes but my app won't be distributing online. It will only be used privately. |
Hi guys, i notice that after we installed the app fr the installer, our html sources files are all pack into app. asar and electron. asar. May i know is there a way to open it or not pack our source file into asar? This is because for maintenance convenience, we sometimes need to modify the html coding at the spot..
The text was updated successfully, but these errors were encountered: