-
-
Notifications
You must be signed in to change notification settings - Fork 543
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
Configure executable output directory. #1041
Comments
Is there any plan concerning this issue ? I'm working in a monorepo with several applications and would be great to be able to specify |
It will be great if anyone could make this happen, really annoying while working in monorepo |
This will be really helpful in NixOS, we cannot mutate the input directories inside |
I need to modify out directory. It should be configurable. |
PR #2714 submitted, I can't use Electron without this feature either. |
Looks like this issue has been resolved by #3458 and can be closed. As it's not in the docs yet, I'm copying the information from that thread to here for anyone else who finds this issue as the first result on Google =): Via module.exports = {
outDir: 'my-out-dir',
} Via {
"config": {
"forge": {
"outDir": "my-out-dir"
}
}
} |
Currently electron-packager is just always called on a directory named "out". It would be nice if we could control the name of this directory, preferable by just allowing us to set the "out" property for "packagerConfig".
The text was updated successfully, but these errors were encountered: