-
-
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
How to add dlls to application package #230
Comments
I don't see such option in the electron-packager. What solution do yo like — Or just specify |
@develar thanks for answering! If you ask me, I love gulp's style of pattern matching. Files and folders can be specified.
|
No. But once will be a proposal, it will be implemented. Since today is Friday, you can expect working solution on Monday. I like your proposal. |
|
Doc draft note:
|
And, obviously, you should use two-package.json layout, because otherwise electron-packager will copy all project dir contents to app. See #182 and #39 (comment) |
v2.10.0 is a pre-release version, once you confirm that it works as expected, it will be tagged as latest. |
@develar, yes, it works as expected, thanks a lot! 😌 |
Hi! Maybe I've missed something... How can I add dll libraries to application installation package? The dlls must be at the same (package's root) folder where
MyApp.exe
located (node.dll
and others).The text was updated successfully, but these errors were encountered: