mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-06 05:18:41 +00:00
fix: Windows icon (#51)
Co-authored-by: Raphael Teyssandier <rteyssandier@sephora.fr>
This commit is contained in:
parent
6e78318bfc
commit
293c7f805e
2 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ compose.desktop {
|
|||
iconFile.set(project.file("src/commonMain/composeResources/drawable/app_icon_small.png"))
|
||||
}
|
||||
windows {
|
||||
iconFile.set(project.file("src/commonMain/composeResources/drawable/app_icon_small.png"))
|
||||
iconFile.set(project.file("src/desktopMain/resources/files/flocon_big.ico"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 74 KiB |
Loading…
Add table
Add a link
Reference in a new issue