From d00edefcdfaa9a344e83f2ceb544da29a25b6fd9 Mon Sep 17 00:00:00 2001 From: Karel Faille Date: Thu, 23 May 2024 09:53:07 +0200 Subject: [PATCH] fix: fix icon path --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index 7e7497c..4193769 100644 --- a/plugin.json +++ b/plugin.json @@ -10,5 +10,5 @@ "Website": "https://github.com/shaffe-fr/flow-filezilla", "UrlDownload": "https://github.com/shaffe-fr/flow-filezilla/releases/download/v1.0.2/Flow.Launcher.Plugin.FileZilla.zip", "UrlSourceCode": "https://github.com/shaffe-fr/flow-filezilla/tree/main", - "IcoPath": "https://cdn.jsdelivr.net/gh/shaffe-fr/flow-filezilla/app.png" + "IcoPath": "./app.png" }