This commit is contained in:
Rukira 2026-03-04 16:24:12 +00:00
parent 8a437abb0f
commit b992d78ef6
5 changed files with 7 additions and 0 deletions

View file

@ -74,11 +74,17 @@ compose.desktop {
macOS { macOS {
bundleID = "com.rukira.wowbackup" bundleID = "com.rukira.wowbackup"
iconFile.set(project.file("src/jvmMain/resources/icon.icns"))
} }
windows { windows {
iconFile.set(project.file("src/jvmMain/resources/icon.ico"))
upgradeUuid = "e5a8b2c4-1f3d-4a6e-9b7c-2d8f0e1a3b5c" upgradeUuid = "e5a8b2c4-1f3d-4a6e-9b7c-2d8f0e1a3b5c"
} }
linux {
iconFile.set(project.file("src/jvmMain/resources/icon.png"))
}
} }
} }
} }

View file

@ -82,6 +82,7 @@ fun main() {
Window( Window(
onCloseRequest = { currentScreen = null }, onCloseRequest = { currentScreen = null },
title = "WoW Backup", title = "WoW Backup",
icon = trayIconPainter(),
state = windowState, state = windowState,
resizable = true, resizable = true,
) { ) {

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB