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

Slow Windows Build #13

Closed
ecc521 opened this issue Feb 25, 2019 · 3 comments
Closed

Slow Windows Build #13

ecc521 opened this issue Feb 25, 2019 · 3 comments

Comments

@ecc521
Copy link
Owner

ecc521 commented Feb 25, 2019

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.

@ecc521
Copy link
Owner Author

ecc521 commented Feb 25, 2019

It built fast when not building for both ia32 and x64 at once.

@ecc521
Copy link
Owner Author

ecc521 commented Feb 25, 2019

Building without asar is slow...
But building without asar is breaking jpegtran (path is invalid)

Idea: Use .asar, then open on install

@ecc521
Copy link
Owner Author

ecc521 commented Feb 26, 2019

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.

@ecc521 ecc521 closed this as completed Feb 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant