mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
@@ -54,7 +54,7 @@ namespace Wox.Plugin.Program.ProgramSources
|
||||
|
||||
if (!File.Exists(path)) continue;
|
||||
var entry = CreateEntry(path);
|
||||
entry.ExecuteName = item;
|
||||
entry.ExecutableName = item;
|
||||
entry.Source = this;
|
||||
list.Add(entry);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user