Skip to content

Commit 72c5fe3

Browse files
authored
Document VC++ required for Windows releases (#14164)
1 parent 059071a commit 72c5fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/release.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defmodule Mix.Tasks.Release do
1212
Once a release is assembled, it can be packaged and deployed to a
1313
target, as long as the target runs on the same operating system (OS)
1414
distribution and version as the machine running the `mix release`
15-
command.
15+
command. Windows releases also require Microsoft Visual C++ Runtime.
1616
1717
A release can be configured in your `mix.exs` file under the `:releases`
1818
key inside `def project`:

0 commit comments

Comments
 (0)