Skip to content

Commit

Permalink
Included doc folder in the assembly zip (#2604)
Browse files Browse the repository at this point in the history
Included doc folder in the assembly zip. ** wildcard indicates all the files in the current folder and all the files in the subfolders of the current folder.

Fixes #1645
  • Loading branch information
tareknaser authored May 4, 2023
1 parent 15e4986 commit 396c84d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion eclair-front/modules/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
<scope>runtime</scope>
</dependencySet>
</dependencySets>
<fileSets> <!-- Include readme and license -->
<fileSets> <!-- Include docs, readme and license -->
<fileSet>
<directory>../</directory>
<includes>
<include>docs/**</include>
<include>README.md</include>
<include>LICENSE*</include>
</includes>
Expand Down
3 changes: 2 additions & 1 deletion eclair-node/modules/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
<scope>runtime</scope>
</dependencySet>
</dependencySets>
<fileSets> <!-- Include readme and license -->
<fileSets> <!-- Include docs, readme and license -->
<fileSet>
<directory>../</directory>
<includes>
<include>docs/**</include>
<include>README.md</include>
<include>LICENSE*</include>
</includes>
Expand Down

0 comments on commit 396c84d

Please sign in to comment.