Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
Fixed copying of vendor libs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-pluskal committed Sep 3, 2019
1 parent ebb29d8 commit 8a080fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,10 @@ tasks.runtime.doLast {
from("LICENSE.txt")
into(relativePath(imageDir) + "/legal/MZmine/")
}
copy {
from("src/main/lib/vendor_lib")
into(relativePath(imageDir) + "/lib/vendor_lib")
}
}

/*
Expand Down

0 comments on commit 8a080fe

Please sign in to comment.