bitwalker / exrm

Automatically generate a release for your Elixir project!
MIT License
923 stars 110 forks source link

using a different erts version when deploying a release #403

Closed danturn closed 6 years ago

danturn commented 7 years ago

Hi,

I'm building in debian with Exrm with {include_erts, false} in order to deploy to a windows server.

when i run the release on windows i get an error saysing

Provider (release) failed with: {error, {rlx_prv_assembler, {specified_erts_does_not_exist, "8.0.5"}}}

looking at the .bat file its grabbing the version from the start_erl.data file which has the erts version of my debian box.

my windows box has 8.0 and 8.1 installed, is there any way to specify the version the release should look for?

thanks! Dan