Skip to content

Commit

Permalink
Include both priv and include in releases, closes #13145
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Nov 25, 2023
1 parent aa0dcb9 commit d716bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/lib/mix/release.ex
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ defmodule Mix.Release do
@safe_modes [:permanent, :temporary, :transient]
@unsafe_modes [:load, :none]
@additional_chunks ~w(Attr)c
@copy_app_dirs ["priv"]
@copy_app_dirs ["priv", "include"]

@doc false
@spec from_config!(atom, keyword, keyword) :: t
Expand Down

0 comments on commit d716bc2

Please sign in to comment.