We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0dcb9 commit d716bc2Copy full SHA for d716bc2
lib/mix/lib/mix/release.ex
@@ -68,7 +68,7 @@ defmodule Mix.Release do
68
@safe_modes [:permanent, :temporary, :transient]
69
@unsafe_modes [:load, :none]
70
@additional_chunks ~w(Attr)c
71
- @copy_app_dirs ["priv"]
+ @copy_app_dirs ["priv", "include"]
72
73
@doc false
74
@spec from_config!(atom, keyword, keyword) :: t
0 commit comments