Skip to content

Commit f7745c2

Browse files
authored
IntelliJ: fix project icon in IJ project list (#2366)
... copy source has changed
1 parent 596239c commit f7745c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if (System.getProperty("idea.sync.active").toBoolean()) {
5050
val icon = ideaDir.file("icon.png").asFile
5151
if (!icon.exists()) {
5252
copy {
53-
from("docs/img/logos/polaris-brandmark.png")
53+
from("site/static/img/logos/polaris-brandmark.png")
5454
into(ideaDir)
5555
rename { _ -> "icon.png" }
5656
}

0 commit comments

Comments
 (0)