improvement(Windows): Auto-add a shortcut to desktop after installation

This commit is contained in:
Artem Chepurnyi 2024-05-03 09:37:55 +03:00 committed by GitHub
parent b0a786c0e5
commit 96b8121979
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@ compose.desktop {
}
windows {
iconFile.set(project.file("icon.ico"))
// Automatically add a shortcut to the desktop:
// https://github.com/JetBrains/compose-multiplatform/issues/1974
shortcut = true
// The UUID is used with `Windows Installer` to identify
// products, components, upgrades, and other key elements of the installation process.