Added the Win10 plugin to the Greenshot installer.

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

View file

@ -99,9 +99,10 @@ namespace GreenshotPlugin.Core {
}
return null;
}
/// <summary>
/// Get icon for executable, from the cache
/// Get icon from resource files, from the cache.
/// Examples can be found here: https://diymediahome.org/windows-icons-reference-list-with-details-locations-images/
/// </summary>
/// <param name="path">path to the exe or dll</param>
/// <param name="index">index of the icon</param>