really disable building installer dist on OS X (#1547)

This commit is contained in:
Stefano Franz 2018-11-07 18:16:51 +00:00 committed by GitHub
parent 7961124bca
commit 90597e1736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ task copyLauncherLibs(type: Copy, dependsOn: [project(':launcher').jar]) {
into "$buildDir/tmp/launcher-lib"
}
if (Os.isFamily(Os.FAMILY_UNIX)) {
if (Os.isFamily(Os.FAMILY_UNIX) && !Os.isFamily(Os.FAMILY_MAC)) {
println("Detected *nix system, enabling distribution creation")