1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-06 05:28:15 -05:00

platform == "macos"

This commit is contained in:
Kyle Spearrin 2018-02-22 22:52:33 -05:00
parent 0f4c732b97
commit b8720be78f

View File

@ -87,7 +87,7 @@ namespace Bit.Function
return GetRedirectResponse(req, DesktopWindowsChocoUrl); return GetRedirectResponse(req, DesktopWindowsChocoUrl);
} }
} }
else if(platform == "mac") else if(platform == "mac" || platform == "macos")
{ {
if(variant == null || variant == "dmg") if(variant == null || variant == "dmg")
{ {