Icons
This commit is contained in:
parent
8a437abb0f
commit
b992d78ef6
5 changed files with 7 additions and 0 deletions
|
|
@ -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"))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
) {
|
) {
|
||||||
|
|
|
||||||
BIN
composeApp/src/jvmMain/resources/icon.icns
Normal file
BIN
composeApp/src/jvmMain/resources/icon.icns
Normal file
Binary file not shown.
BIN
composeApp/src/jvmMain/resources/icon.ico
Normal file
BIN
composeApp/src/jvmMain/resources/icon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
BIN
composeApp/src/jvmMain/resources/icon.png
Normal file
BIN
composeApp/src/jvmMain/resources/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
Loading…
Add table
Add a link
Reference in a new issue