mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 05:28:15 -05:00
update file names to better formatting
This commit is contained in:
parent
88fd1d8cb3
commit
4d703541bd
@ -15,8 +15,8 @@ namespace Bit.Function
|
|||||||
// Desktop
|
// Desktop
|
||||||
const string DesktopCurrentVersion = "0.0.7";
|
const string DesktopCurrentVersion = "0.0.7";
|
||||||
|
|
||||||
const string DesktopWindowsPortableFileName = "bitwarden-{0}.exe";
|
const string DesktopWindowsPortableFileName = "Bitwarden-Portable-{0}.exe";
|
||||||
const string DesktopWindowsWebInstallerFileName = "bitwarden-web-setup-{0}.exe";
|
const string DesktopWindowsWebInstallerFileName = "Bitwarden-Installer-{0}.exe";
|
||||||
const string DesktopWindowsStoreUrl = "https://www.microsoft.com/en-us/store/b/home";
|
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/search?q=bitwarden";
|
||||||
|
|
||||||
@ -25,10 +25,10 @@ namespace Bit.Function
|
|||||||
const string DesktopMacOsStoreUrl = "https://itunes.com";
|
const string DesktopMacOsStoreUrl = "https://itunes.com";
|
||||||
const string DesktopMacOsCaskUrl = "https://caskroom.github.io/search";
|
const string DesktopMacOsCaskUrl = "https://caskroom.github.io/search";
|
||||||
|
|
||||||
const string DesktopLinuxAppImageFileName = "bitwarden-{0}-x86_64.AppImage";
|
const string DesktopLinuxAppImageFileName = "Bitwarden-{0}-x86_64.AppImage";
|
||||||
const string DesktopLinuxDebFileName = "bitwarden_{0}_amd64.deb";
|
const string DesktopLinuxDebFileName = "Bitwarden_{0}_amd64.deb";
|
||||||
const string DesktopLinuxRpmFileName = "bitwarden-{0}.x86_64.rpm";
|
const string DesktopLinuxRpmFileName = "Bitwarden-{0}.x86_64.rpm";
|
||||||
const string DesktopLinuxFreeBsdFileName = "bitwarden-{0}.freebsd";
|
const string DesktopLinuxFreeBsdFileName = "Bitwarden-{0}.freebsd";
|
||||||
const string DesktopLinuxSnapUrl = "https://snapcraft.io/";
|
const string DesktopLinuxSnapUrl = "https://snapcraft.io/";
|
||||||
|
|
||||||
// Browser
|
// Browser
|
||||||
|
Loading…
x
Reference in New Issue
Block a user