mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-31 11:22:06 +00:00
Fixed: Add licence to packaged files (#636)
This commit is contained in:
parent
46cb325406
commit
9856d30960
1 changed files with 3 additions and 0 deletions
3
build.sh
3
build.sh
|
@ -122,6 +122,9 @@ Build()
|
|||
echo "Removing Mono.Posix.dll"
|
||||
rm $outputFolder/Mono.Posix.dll
|
||||
|
||||
echo "Adding LICENSE.md"
|
||||
cp LICENSE.md $outputFolder
|
||||
|
||||
ProgressEnd 'Build'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue