mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Removed unused property.
This commit is contained in:
parent
815d3ef29c
commit
384e8aedde
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user