mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-14 23:58:17 +03:00
Ship a LICENSE file
This commit is contained in:
parent
de529b4d05
commit
b272ddb88f
10
LICENSE
Normal file
10
LICENSE
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
This software contains Wine licensed under the LGPL 2.1, which is
|
||||||
|
|
||||||
|
Copyright (c) 1993-2018 the Wine project authors
|
||||||
|
|
||||||
|
Browse the source code for more information
|
||||||
|
|
||||||
|
https://github.com/ValveSoftware/wine/
|
||||||
|
|
||||||
|
The rest of this software is available under Steam's standard licensing,
|
||||||
|
included with your Steam client.
|
@ -139,6 +139,7 @@ tar -C build/dist -c . | gzip -c -1 > dist/proton_dist.tar.gz
|
|||||||
|
|
||||||
cp -a toolmanifest.vdf dist/
|
cp -a toolmanifest.vdf dist/
|
||||||
cp -a proton dist/
|
cp -a proton dist/
|
||||||
|
cp -a LICENSE dist/
|
||||||
date '+%s' > dist/version
|
date '+%s' > dist/version
|
||||||
|
|
||||||
echo "Proton ready in dist/"
|
echo "Proton ready in dist/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user