davidqhr / elixir-captcha

This is a Elixir lib for generating captcha. It drawing captcha image with C code. No dependencies.
MIT License
36 stars 20 forks source link

update path for binary code #1

Closed oo6 closed 6 years ago

oo6 commented 6 years ago

I'm using this library in my project, I always built a release on a server and then deployed on other servers.

when I call Captcha.get(), I saw that it uses captcha's path is under deps in the my project source code, not the correct path.

So I created this pr.