Skip to content

Commit 91201be

Browse files
committed
GUI: add icon
1 parent 143023e commit 91201be

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

desktop-gui/compose/build.gradle.kts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ compose.desktop {
5858
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
5959
packageName = "TheSourceBox"
6060
packageVersion = "1.0.0"
61-
description = "The Source Box client"
61+
description = "The Source Box Client.net"
62+
copyright = "2025 CofCool.net"
63+
windows.iconFile.set(file("src/main/resources/icons/icon.ico"))
64+
linux.iconFile.set(file("src/main/resources/icons/icon.png"))
65+
macOS.iconFile.set(file("src/main/resources/icons/icon.icns"))
6266
modules("java.sql", "java.naming")
6367
}
6468

Binary file not shown.
Binary file not shown.
Loading

0 commit comments

Comments
 (0)