-
Notifications
You must be signed in to change notification settings - Fork 0
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
Slow Windows Build #13
Comments
It built fast when not building for both ia32 and x64 at once. |
Building without asar is slow... Idea: Use .asar, then open on install |
Using .asar now works. Closing electronPackagerConfig extraResource String or Array of Strings One or more files to be copied directly into the app's Contents/Resources directory for OS X target platforms, and the resources directory for other target platforms. |
The Windows build takes FOREVER.....
The issue appears to be here electron/windows-installer#189
There is a second issue here electron/windows-installer#220
I added asar: true to electronPackagerConfig. Helped the "Making for target" stuff, but doesn't appear to be helping the Packaging Application
One of the speculations may be right: It’s reasonable to think that using asar fixes some issues with path names that could be too long for the Windows/Mono/Wine build step... I’m just speculating here.
The text was updated successfully, but these errors were encountered: