Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wilinz committed Jan 22, 2024
1 parent 351b909 commit 447cddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ compose.desktop {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb, TargetFormat.Rpm, TargetFormat.Pkg)
packageName = "SourceCodeDocxGeneratorCompose"
packageVersion = "1.0.0"
modules("jdk.unsupported")
macOS {
iconFile.set(project.file("logo/logo.icns"))
}
Expand Down

0 comments on commit 447cddb

Please sign in to comment.