Merge branch 'develop' of personal:lidarr/lidarr into develop

This commit is contained in:
Qstick 2019-02-21 22:31:13 -05:00
commit f126eafd26
1 changed files with 3 additions and 0 deletions

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