diff --git a/Remotely_Library/Services/OSUtils.cs b/Remotely_Library/Services/OSUtils.cs index aff6ae8f..77332db7 100644 --- a/Remotely_Library/Services/OSUtils.cs +++ b/Remotely_Library/Services/OSUtils.cs @@ -56,32 +56,6 @@ namespace Remotely_Library.Services } } - public static string ScreenCastZipFileName - { - get - { - if (IsWindows) - { - if (Environment.Is64BitOperatingSystem) - { - return "RC-Winx64.zip"; - } - else - { - return "RC-Winx86.zip"; - } - - } - else if (OSUtils.IsLinux) - { - return "RC-Linux.zip"; - } - else - { - throw new Exception("Unsupported operating system."); - } - } - } public static string CoreZipFileName { get