Skip to content

Commit

Permalink
oops, missing )
Browse files Browse the repository at this point in the history
  • Loading branch information
crotwell committed Dec 10, 2015
1 parent 299ab6f commit 072f327
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class MacAppBundlePlugin implements Plugin<Project> {
zipTask.dependsOn(createAppTask)
zipTask.mustRunAfter codeSignTask
zipTask.mustRunAfter setFileTask
if (Os.isFamily(Os.FAMILY_MAC) {
if (Os.isFamily(Os.FAMILY_MAC)) {
project.getTasksByName("assemble", true).each{ t -> t.dependsOn(dmgTask) }
} else {
project.getTasksByName("assemble", true).each{ t -> t.dependsOn(zipTask) }
Expand Down

0 comments on commit 072f327

Please sign in to comment.