mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
plugin_icon_file.md: fix
This commit is contained in:
parent
4ee0a83bf8
commit
67d92d1c90
@ -102,9 +102,9 @@ 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 themes.
|
* <path>pluginIcon_dark.svg</path> is an optional, alternative Plugin Logo for use solely with dark IDE 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>plugin.jar</path> or <path>plugin.zip</path> file you upload to the plugin repository and install into an IDE.
|
The Plugin Logo files must be packaged in the <path>META-INF</path> 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 <path>resources/META-INF</path> folder.
|
To include Plugin Logo files, place them into the plugin project's <path>resources/META-INF</path> folder.
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
{width="450"}
|
{width="450"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user