From af4c4ada1501b9f4cb7025eebcfe1a9624ddc900 Mon Sep 17 00:00:00 2001 From: l-konov Date: Mon, 18 May 2020 15:03:01 +0300 Subject: [PATCH] rename task wix-file to wixFile --- src/sphinx/formats/windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sphinx/formats/windows.rst b/src/sphinx/formats/windows.rst index 02bcd0c84..ac1c37e5c 100644 --- a/src/sphinx/formats/windows.rst +++ b/src/sphinx/formats/windows.rst @@ -124,7 +124,7 @@ Tasks ``windows:packageBin`` Creates the ``msi`` package. - ``wix-file`` + ``wixFile`` Generates the Wix xml file from `wixConfig` and `wixProductConfig` setings, unless overriden.