mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 13:35:31 +02: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