Skip to content

Commit 5ded4af

Browse files
committed
build: comment out macOS icon file configuration in build script
1 parent 01e186d commit 5ded4af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ compose.desktop {
6464
}
6565

6666
macOS {
67-
iconFile.set(project.file("ui/src/main/resources/icon.icns"))
67+
// iconFile.set(project.file("ui/src/main/resources/icon.icns"))
6868

6969
appCategory = "public.app-category.utilities"
7070
}

0 commit comments

Comments
 (0)