From f53a979da928815089d975fa8803bba4bf9b8d7b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 8 Sep 2019 08:55:51 +0530 Subject: [PATCH] Forgot to change OS name in one place --- setup/installers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/installers.py b/setup/installers.py index 5f49a67ccd..369dc93257 100644 --- a/setup/installers.py +++ b/setup/installers.py @@ -157,7 +157,7 @@ class Linux(BuildInstallers): class Win(BuildInstallers): - OS = 'win' + OS = 'windows' class BuildDep(Command):