-
-
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
fix: binary checking #8310
fix: binary checking #8310
Conversation
🦋 Changeset detectedLatest commit: 4695d7f The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for car-park-attendant-cleat-11576 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@mmaietta I'm curious why these files are being checked separately. They should all be binary files as well.
Do you know why this is happening? This approach doesn't seem very smart. |
Honestly, I don't know either. That logic predates me joining the maintainer crew. |
Side note, thank you @beyondkmp for all your contributions! I really appreciate all the efforts you've been doing to help improve electron-builder (and app-builder as well)! |
@mmaietta I have a question: how can I become a maintainer? |
If you have discord, contact me at |
If a module contains a folder with a name like
test.app
ortest.framework
, and there are binary files inside, it will be incorrectly processed and the module will be placed inapp.asar
instead of being smartly unpacked intoapp.asar.unpacked
.