1
0
Fork 0
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:
ta264 2019-02-22 02:10:39 +00:00 committed by Qstick
parent 46cb325406
commit 9856d30960

View file

@ -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'
}