Skip to content

Commit 7897c7a

Browse files
authored
Merge pull request #2 from ledhed2222/jdk14-and-gradle
change installer type for macos to pkg
2 parents 1e752ac + 3b2135b commit 7897c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ runtime {
7474
jpackage {
7575
imageOptions = ['--icon', "${project.buildDir}/resources/main/EWItool.icns"]
7676
if (org.gradle.internal.os.OperatingSystem.current().macOsX) {
77-
installerType = 'dmg'
77+
installerType = 'pkg'
7878
}
7979
}
8080
}

0 commit comments

Comments
 (0)