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