From b2d42741ed5d51633fc47419af57f21a294bdb79 Mon Sep 17 00:00:00 2001 From: Gilbert Bishop-White Date: Thu, 9 Jan 2025 13:29:31 +0000 Subject: [PATCH] Document VC++ required for Windows releases --- lib/mix/lib/mix/tasks/release.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mix/lib/mix/tasks/release.ex b/lib/mix/lib/mix/tasks/release.ex index cd669a02812..bc317b6ff60 100644 --- a/lib/mix/lib/mix/tasks/release.ex +++ b/lib/mix/lib/mix/tasks/release.ex @@ -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`: