Skip to content

Commit

Permalink
Document VC++ required for Windows releases (#14164)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertbw authored Jan 9, 2025
1 parent 059071a commit 72c5fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/lib/mix/tasks/release.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule Mix.Tasks.Release do
Once a release is assembled, it can be packaged and deployed to a
target, as long as the target runs on the same operating system (OS)
distribution and version as the machine running the `mix release`
command.
command. Windows releases also require Microsoft Visual C++ Runtime.
A release can be configured in your `mix.exs` file under the `:releases`
key inside `def project`:
Expand Down

0 comments on commit 72c5fe3

Please sign in to comment.