You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, How can I unpack multiple directories using --asar.unpackDir
here's example for single dir: npx @electron/packager . --asar.unpackDir="**/node_modules/test/**/*"
I need to unpack these: node_modules/test/**/*, node_modules/test1/**/*
The text was updated successfully, but these errors were encountered:
👋 Thanks for opening your first issue here! If you have a question about using Electron Packager, read the support docs. If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. Development and issue triage is community-driven, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
Hello, How can I unpack multiple directories using --asar.unpackDir
here's example for single dir:
npx @electron/packager . --asar.unpackDir="**/node_modules/test/**/*"
I need to unpack these:
node_modules/test/**/*, node_modules/test1/**/*
The text was updated successfully, but these errors were encountered: