erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

Couple fixes related to vm.args and sys.config #449

Closed tsloughter closed 8 years ago

tsloughter commented 8 years ago

When using cuttlefish we don't want a sys.config or vm.args coming from relx so I've added the option to set them to false telling relx to not create defaults. Also fixed it so it wouldn't try to copy them to the tarfile despite not existing.

jwilberding commented 8 years ago

:+1: