mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
plugin_icon_file.md: formatting
This commit is contained in:
parent
77d1f06cfb
commit
2a48207bcb
@ -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.
|
||||
|
||||
## 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.
|
||||
For example:
|
||||
|
Loading…
x
Reference in New Issue
Block a user