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 {
bundleID = "com.rukira.wowbackup"
iconFile.set(project.file("src/jvmMain/resources/icon.icns"))
}
windows {
iconFile.set(project.file("src/jvmMain/resources/icon.ico"))
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(
onCloseRequest = { currentScreen = null },
title = "WoW Backup",
icon = trayIconPainter(),
state = windowState,
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