Electron-forge: Configure executable output directory.

Created on 20 Jul 2019  路  3Comments  路  Source: electron-userland/electron-forge

  • [x] I have read the contribution documentation for this project.
  • [x] I agree to follow the code of conduct that this project follows, as appropriate.
  • [x] I have searched the issue tracker for an issue that matches the one I want to file, without success.

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".

Most helpful comment

It will be great if anyone could make this happen, really annoying while working in monorepo

All 3 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 out path.

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 /nix/store. It's important to set the output directory.

Was this page helpful?
0 / 5 - 0 ratings