Skip to content

Commit 2d79bc5

Browse files
committed
Pkg
1 parent faca46c commit 2d79bc5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle.kts

+3-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ compose.desktop {
7171
modules("java.sql", "java.naming")
7272

7373
targetFormats(
74-
TargetFormat.Dmg, TargetFormat.Deb, TargetFormat.Rpm, TargetFormat.Msi, TargetFormat.Exe
74+
TargetFormat.Dmg, TargetFormat.Deb,
75+
TargetFormat.Rpm, TargetFormat.Pkg,
76+
TargetFormat.Msi, TargetFormat.Exe
7577
)
7678
packageName = appName
7779
packageVersion = appVersion

0 commit comments

Comments
 (0)