-
-
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
Some files in app.asar get corrupted #662
Comments
|
Thanks @develar , I corrected the package.json, still it doesn't seem to be the root of the problem as I have another dependency with "executable code". |
@pmoleri Thanks a lot for STR, reproduced. |
Wow, that was quick! Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
electron-builder v5.24.0 (it doesn't happen in 5.16.0)
Target: windows
The built app fails during startup page loading due a corrupted dependency in the app.asar file.
Steps:
app.asar.extracted/node_modules/debug/package.json
This file and others in the same package are corrupted.
I think the problem may have something to do with having modules with "executable code":
The text was updated successfully, but these errors were encountered: