Skip to content

Commit

Permalink
refs #29: add license file to dist.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
redrezo committed Sep 22, 2020
1 parent 53d00f2 commit 8229dcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ task createDistribution(type: Zip) {
dependsOn updateSiteZip
//dependsOn unzipNativeRepo

from file('LICENSE')

from file("$buildDir/updatesite.zip")

into('driftcpp') {
Expand Down

0 comments on commit 8229dcc

Please sign in to comment.