-
-
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: smart unpack for local module with dll #8645
base: master
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 25669c7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 10 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 failed.
|
I see this is a new test case being added, is it already broken on |
It was already broken on master for local modules and workspace modules. When running the above test case on the master branch, the output is as follows, where the foo module is inside the asar file rather than in asarUnpack.
|
Is this new test case also broken on v25.1.8? (Test doesn't run on my mac) Trying to discern if this is due to electron/asar migration and is a high priority fix or if it was a long-standing issue and can be fixed after official v26 release as a patch. |
This has been present since v25.1.8, and wasn't introduced as an electron/asar feature. However, there hasn't been any feedback about it until now, when I discovered it while adding unit tests. |
Fix the following case: the foo module contains dll files that need to be packaged into asapUnpack