mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-06-12 13:17:50 +02:00
Update license text
This commit is contained in:
@ -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/"
|
||||
|
Reference in New Issue
Block a user