jlouis / etorrent

Erlang Bittorrent Client
BSD 2-Clause "Simplified" License
295 stars 50 forks source link

update relx.config vm.args copy #150

Closed tsloughter closed 10 years ago

tsloughter commented 10 years ago

Recent relx changed the output structure to be releases/ instead of releases/- in order to work with release_handler. Here I've made the change to relx.config overlay for that.

You could also use

{vm_args, "rel/vm.args"}.

Instead, like you do for sys.config.