From 75346f1ed8870cb9f5e6bf1313b2c27d9901c4a9 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Wed, 21 Jul 2021 15:51:57 +0800 Subject: [PATCH] Change ExecuteFileName --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index 575250dc2..b21e6d780 100644 --- a/plugin.json +++ b/plugin.json @@ -7,6 +7,6 @@ "Version": "1.0.0", "Language": "csharp", "Website": "https://aka.ms/powertoys", - "ExecuteFileName": "Microsoft.PowerToys.Run.Plugin.WindowsSettings.dll", + "ExecuteFileName": "Flow.Plugin.WindowsSettings.dll", "IcoPath": "Images\\WindowsSettings.light.png" }