1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-07 10:55:43 -05:00

Uppercase Bitwarden

This commit is contained in:
Kyle Spearrin
2018-02-27 14:16:19 -05:00
parent e9d0f76795
commit 555e478ec3
36 changed files with 78 additions and 78 deletions

View File

@ -20,7 +20,7 @@ namespace Bit.Function
const string DesktopWindowsAppxFileName = "Bitwarden-{0}.appx";
const string DesktopWindowsAppx32FileName = "Bitwarden-{0}-ia32.appx";
const string DesktopWindowsStoreUrl = "https://www.microsoft.com/en-us/store/b/home";
const string DesktopWindowsChocoUrl = "https://chocolatey.org/search?q=bitwarden";
const string DesktopWindowsChocoUrl = "https://chocolatey.org/packages/bitwarden";
const string DesktopMacOsDmgFileName = "Bitwarden-{0}.dmg";
const string DesktopMacOsPkgFileName = "Bitwarden-{0}.pkg";