From c23073ec47abd42e5788d5dbe63842d734149e30 Mon Sep 17 00:00:00 2001 From: SysC0mp Date: Fri, 1 May 2020 16:25:43 +0200 Subject: [PATCH] Fix IcoPath --- Plugins/HelloWorldFSharp/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/HelloWorldFSharp/plugin.json b/Plugins/HelloWorldFSharp/plugin.json index bb1e8f4ac..845b93e4b 100644 --- a/Plugins/HelloWorldFSharp/plugin.json +++ b/Plugins/HelloWorldFSharp/plugin.json @@ -8,5 +8,5 @@ "Language": "fsharp", "Website": "https://github.com/Flow-Launcher/Flow.Launcher", "ExecuteFileName": "HelloWorldFSharp.dll", - "IcoPath": "app.png" + "IcoPath": "Images\\app.png" } \ No newline at end of file