Bundling binaries with releases

Hi

I have an application in which I reference various C binaries like a HTML2PDF generator, how can these be bundled in an OTP release?

You’d need to put them in the priv/ directory somewhere… like priv/bin/html2pdf, etc. Then you’ll need to refer to them using your application’s priv path.

See a previous post on the matter:

1 Like