mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 09:32:48 -05:00
platform == "macos"
This commit is contained in:
@ -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")
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user