From 3a46260937f501f6c49aec143c78ce47a6087011 Mon Sep 17 00:00:00 2001 From: Alekhya Reddy Date: Wed, 8 Apr 2020 10:52:03 -0700 Subject: [PATCH] modified the name of the dll in the indexer plugin --- .../launcher/Plugins/Microsoft.Plugin.Indexer/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/plugin.json b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/plugin.json index 741c57ddcc..d34b40f822 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/plugin.json +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/plugin.json @@ -7,6 +7,6 @@ "Version": "1.0.0", "Language": "csharp", "Website": "http://www.wox.one/plugin", - "ExecuteFileName": "Wox.Plugin.Indexer.dll", + "ExecuteFileName": "Microsoft.Plugin.Indexer.dll", "IcoPath": "Images\\WindowsIndexerImg.bmp" }