Skip to content

Commit

Permalink
Fixed issue
Browse files Browse the repository at this point in the history
orphan-oss/launch4j-maven-plugin#8
Now Linux and Mac workdir JARs contain the bin directory.
  • Loading branch information
taxone committed Sep 8, 2014
1 parent 4cca1dc commit f6fca36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assembly/assemble-linux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>bin/linux</directory>
<directory>bin/bin-linux</directory>
<outputDirectory>${finalName}-workdir-linux/bin</outputDirectory>
</fileSet>
<fileSet>
Expand Down
2 changes: 1 addition & 1 deletion assembly/assemble-mac.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>bin/mac</directory>
<directory>bin/bin-macosx-x86</directory>
<outputDirectory>${finalName}-workdir-mac/bin</outputDirectory>
</fileSet>
<fileSet>
Expand Down

0 comments on commit f6fca36

Please sign in to comment.