fix: Windows icon (#51)

Co-authored-by: Raphael Teyssandier <rteyssandier@sephora.fr>
This commit is contained in:
Raphael Teyssandier 2025-08-04 23:22:08 +02:00 committed by GitHub
parent 6e78318bfc
commit 293c7f805e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View file

@ -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