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 059071a commit 72c5fe3Copy full SHA for 72c5fe3
lib/mix/lib/mix/tasks/release.ex
@@ -12,7 +12,7 @@ defmodule Mix.Tasks.Release do
12
Once a release is assembled, it can be packaged and deployed to a
13
target, as long as the target runs on the same operating system (OS)
14
distribution and version as the machine running the `mix release`
15
- command.
+ command. Windows releases also require Microsoft Visual C++ Runtime.
16
17
A release can be configured in your `mix.exs` file under the `:releases`
18
key inside `def project`:
0 commit comments