alco / alco/porcelain

Porcelain with destillary

Aperta
#32 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Elixir
Stelle
958
Fork
45
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Hello I'm trying to produce a release with **distillery** with goon bundle in the release itself.

Since one can't use `:code.priv_dir(:app)` in config.exs, I tried adding this to my application bootstrap code:

```elixir
Application.put_env(:porcelain, :goon_driver_path, Path.join(:code.priv_dir(:app), 'goon'))
:ok = Porcelain.reinit(:goon)
```

I've checked the correct path is being generated, but porcelain still complains it can't find **goon**.

Any ideas on how to solve this? Or any other strategy for bundling goon in the release itself?

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.