Skip to content

Commit

Permalink
💄 Modify the installation package icon (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
guiyanakuang authored Nov 29, 2023
1 parent e495fb4 commit 82d4731
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ compose.desktop {
packageName = "Clipevery"
packageVersion = "1.0.0"
macOS {
iconFile = file("src/desktopMain/resources/icons/clipevery.icns")
bundleID = "com.clipevery"
appCategory = "public.app-category.utilities"
infoPlist {
Expand All @@ -79,6 +80,9 @@ compose.desktop {
"""
}
}
windows {
iconFile = file("src/desktopMain/resources/icons/clipevery.ico")
}
}
}
}
Binary file not shown.
Binary file not shown.

0 comments on commit 82d4731

Please sign in to comment.