mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
[Run] Fix exception (#9068)
This commit is contained in:
@@ -349,7 +349,7 @@ namespace Microsoft.Plugin.Program.UnitTests.Storage
|
||||
Win32Program olditem = new Win32Program
|
||||
{
|
||||
Name = "oldpath",
|
||||
ExecutableName = path,
|
||||
ExecutableName = oldpath,
|
||||
FullPath = fullPath,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user