erlware / relx

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

Always ask release handler to update paths on relup #503

Closed lrascao closed 8 years ago

lrascao commented 8 years ago

When performing a relup that involves starting a new application we need to inform release handler that the code paths need to be updated to account for the new apps, otherwise the relup instruction application:start/2 will fail since it is unable to find the .app file.