improvement(Windows): Auto-add a shortcut to desktop after installation
This commit is contained in:
parent
b0a786c0e5
commit
96b8121979
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue