diff --git a/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs b/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs index d66be513b..151724273 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs @@ -317,7 +317,7 @@ namespace Flow.Launcher.Plugin.Program.Programs } var iconPath = urlSection?["IconFile"]; - if (iconPath != null && Path.GetExtension(iconPath).Equals(".ico", StringComparison.OrdinalIgnoreCase)) + if (!String.IsNullOrEmpty(url)) { program.IcoPath = iconPath; }