Added the Win10 plugin to the Greenshot installer.

This commit is contained in:
Robin 2016-10-02 16:08:22 +02:00
commit f2649a1feb
7 changed files with 59 additions and 10 deletions

View file

@ -55,7 +55,7 @@ namespace GreenshotWin10Plugin
/// <returns>IEnumerable with the destinations</returns>
public IEnumerable<IDestination> Destinations()
{
if (!Environment.OSVersion.IsWindows10())
if (!Environment.OSVersion.IsWindows10OrLater())
{
yield break;
}