Skip to content

Commit

Permalink
ci: windows build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DevScyu committed Nov 11, 2022
1 parent b0ef346 commit 8ddbc07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,12 @@ compose.desktop {
}
windows {
menu = true
menuGroup = appName
shortcut = true
upgradeUuid = "b627d78b-947c-4f5c-9f3b-ae02bfa97d08"
iconFile.set(iconsRoot.resolve("icon.ico"))
dirChooser = false
perUserInstall = false
}
linux {
iconFile.set(iconsRoot.resolve("icon.png"))
Expand Down

0 comments on commit 8ddbc07

Please sign in to comment.