Skip to content

Commit

Permalink
Take LICENSE etc from root (at least try)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Nov 9, 2024
1 parent aa11901 commit c503c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion radiorecorder/src/main/assembly/app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>${project.basedir}</directory>
<directory>${project.basedir}/..</directory>
<outputDirectory>${assembly.dir}</outputDirectory>
<includes>
<include>README.md</include>
Expand Down
2 changes: 1 addition & 1 deletion radiorecorder/src/main/assembly/dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>${project.basedir}</directory>
<directory>${project.basedir}/..</directory>
<outputDirectory>${assembly.dir}</outputDirectory>
<includes>
<include>README.md</include>
Expand Down

0 comments on commit c503c09

Please sign in to comment.