erlware / relx

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

vm.args does not get copied on Windows #543

Open drozzy opened 7 years ago

drozzy commented 7 years ago

When running the

rebar3 release

On Windows, the vm.args does not get sym-linked correctly (i.e. vm.args is absent from the _build release directory).

P.S.: This is moved from rebar3 issue: https://github.com/erlang/rebar3/issues/1373#issuecomment-260994270