From 2a48207bcb48b0012f2a803831b67cb1940b79aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 11 May 2021 17:47:23 +0200 Subject: [PATCH] plugin_icon_file.md: formatting --- topics/basics/plugin_structure/plugin_icon_file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/basics/plugin_structure/plugin_icon_file.md b/topics/basics/plugin_structure/plugin_icon_file.md index 280c93258..195386fc6 100644 --- a/topics/basics/plugin_structure/plugin_icon_file.md +++ b/topics/basics/plugin_structure/plugin_icon_file.md @@ -84,7 +84,7 @@ Name the Plugin Logo files according to the following conventions: * pluginIcon_dark.svg is an optional, alternative Plugin Logo for use solely with dark IDE UI Themes. ## Adding Plugin Logo Files to a Plugin Project -The Plugin Logo files must be in the META-INF folder of the plugin distribution file, i.e., the *.jar or *.zip file you upload to the plugin repository and install into an IDE. +The Plugin Logo files must be in the META-INF folder of the plugin distribution file, i.e., the plugin.jar or plugin.zip file you upload to the plugin repository and install into an IDE. To include Plugin Logo files in your distribution file, place the Plugin Logo files into a plugin project's resources/META-INF folder. For example: