From b8720be78fb49f2a95bbe1e9909379c1098df363 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 22 Feb 2018 22:52:33 -0500 Subject: [PATCH] platform == "macos" --- util/Function/Download.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Function/Download.cs b/util/Function/Download.cs index cd4bed980b..d84b8c22d6 100644 --- a/util/Function/Download.cs +++ b/util/Function/Download.cs @@ -87,7 +87,7 @@ namespace Bit.Function return GetRedirectResponse(req, DesktopWindowsChocoUrl); } } - else if(platform == "mac") + else if(platform == "mac" || platform == "macos") { if(variant == null || variant == "dmg") {