mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-06 07:13:56 +00:00
fix linux icon
This commit is contained in:
parent
4e8156ad47
commit
3509dfa42e
1 changed files with 2 additions and 2 deletions
|
|
@ -202,10 +202,10 @@ compose.desktop {
|
|||
dockName = "Flocon"
|
||||
}
|
||||
linux {
|
||||
iconFile.set(project.file("src/desktopMain/resources/drawable/app_icon_small.png"))
|
||||
iconFile.set(project.file("src/commonMain/composeResources/drawable/app_icon_small.png"))
|
||||
}
|
||||
windows {
|
||||
iconFile.set(project.file("src/desktopMain/resources/drawable/app_icon_small.png"))
|
||||
iconFile.set(project.file("src/commonMain/composeResources/drawable/app_icon_small.png"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue