forge icon indicating copy to clipboard operation
forge copied to clipboard

Configure executable output directory.

Open aslilac opened this issue 5 years ago • 5 comments

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

aslilac avatar Jul 20 '19 07:07 aslilac

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.

GrandSchtroumpf avatar Oct 31 '19 18:10 GrandSchtroumpf

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

nishant-labs avatar Jul 11 '20 20:07 nishant-labs

This will be really helpful in NixOS, we cannot mutate the input directories inside /nix/store. It's important to set the output directory.

CMCDragonkai avatar Mar 07 '21 13:03 CMCDragonkai

I need to modify out directory. It should be configurable.

hadwrf avatar Jan 13 '22 08:01 hadwrf

PR https://github.com/electron-userland/electron-forge/pull/2714 submitted, I can't use Electron without this feature either.

jeanbmar avatar Feb 08 '22 11:02 jeanbmar