From 67d92d1c90f9680f804edfe54ab9fa473aa25bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 11 Jul 2024 16:03:59 +0200 Subject: [PATCH] plugin_icon_file.md: fix --- topics/basics/plugin_structure/plugin_icon_file.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/basics/plugin_structure/plugin_icon_file.md b/topics/basics/plugin_structure/plugin_icon_file.md index 78af9ca8f..59c8b94a9 100644 --- a/topics/basics/plugin_structure/plugin_icon_file.md +++ b/topics/basics/plugin_structure/plugin_icon_file.md @@ -102,9 +102,9 @@ 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 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 plugin.jar or plugin.zip file you upload to the plugin repository and install into an IDE. +The Plugin Logo files must be packaged in the META-INF folder of the [plugin main JAR file](plugin_content.md). -To include Plugin Logo files in your distribution file, place the Plugin Logo files into a plugin project's resources/META-INF folder. +To include Plugin Logo files, place them into the plugin project's resources/META-INF folder. For example: ![Plugin Logo Files in META-INF folder](resource_directory_structure.png){width="450"}