plugin_icon_file.md: formatting

This commit is contained in:
Yann Cébron 2021-05-11 17:47:23 +02:00
parent 77d1f06cfb
commit 2a48207bcb

View File

@ -84,7 +84,7 @@ Name the Plugin Logo files according to the following conventions:
* <path>pluginIcon_dark.svg</path> is an optional, alternative Plugin Logo for use solely with dark IDE UI Themes. * <path>pluginIcon_dark.svg</path> is an optional, alternative Plugin Logo for use solely with dark IDE UI Themes.
## Adding Plugin Logo Files to a Plugin Project ## Adding Plugin Logo Files to a Plugin Project
The Plugin Logo files must be in the <path>META-INF</path> folder of the plugin distribution file, i.e., the <path>*.jar</path> or <path>*.zip</path> file you upload to the plugin repository and install into an IDE. The Plugin Logo files must be in the <path>META-INF</path> folder of the plugin distribution file, i.e., the <path>plugin.jar</path> or <path>plugin.zip</path> 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 <path>resources/META-INF</path> folder. To include Plugin Logo files in your distribution file, place the Plugin Logo files into a plugin project's <path>resources/META-INF</path> folder.
For example: For example: