mirror of
https://github.com/bitwarden/server
synced 2025-12-18 09:13:19 +00: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