erlware / relx

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

Windows scripts improvements; paths with spaces, missing boot_var, @everywhere #784

Closed reganheath closed 4 years ago

reganheath commented 4 years ago

Resolves both issues mentioned in https://github.com/erlang/rebar3/issues/2260

Adding @echo off to the top of bin_windows allows removal of all the leading @ characters which were not consistent (some missed).

extended_bin_windows already had @echo off but still had leading @ characters.

I do not know how to test this; a quick "how to" workflow for relx, to rebar3, to test project would be ideal.