Skip to content

Commit 818efd9

Browse files
committed
Fix icons bug
1 parent d27d6ce commit 818efd9

File tree

3 files changed

+257
-5
lines changed

3 files changed

+257
-5
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,12 @@
3535
<depends>com.intellij.modules.platform</depends>
3636
<depends>com.intellij.modules.lang</depends>
3737
<depends>com.intellij.modules.java</depends>
38-
3938
<!-- Extension points defined by the plugin.
4039
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-extension-points.html -->
4140
<extensions defaultExtensionNs="com.intellij">
42-
4341
<toolWindow id="Decompiler" factoryClass="org.skgroup.securityinspector.ui.DecompilerToolWindowFactory"
4442
anchor="left"
45-
icon="/META-INF/pluginIcon.svg"
43+
icon="/icons/pluginIcon.svg"
4644
/>
4745

4846
<localInspection

src/main/resources/META-INF/pluginIcon.svg

Lines changed: 1 addition & 2 deletions
Loading

0 commit comments

Comments
 (0)