Update license text

This commit is contained in:
Andrew Eikum
2018-03-13 14:17:56 -05:00
parent 5a007b0123
commit 3a3737f2ca
4 changed files with 78 additions and 11 deletions

View File

@ -410,7 +410,11 @@ tar -C build/dist -c . | gzip -c -1 > dist/proton_dist.tar.gz
cp -a toolmanifest.vdf dist/
cp -a proton dist/
cp -a LICENSE dist/
if [ "$PLATFORM" == "Darwin" ]; then
cp -a LICENSE.osx dist/LICENSE
else
cp -a LICENSE.lin dist/LICENSE
fi
date '+%s' > dist/version
echo "Proton ready in dist/"