mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
Ship a LICENSE file
This commit is contained in:
parent
de529b4d05
commit
b272ddb88f
2 changed files with 11 additions and 0 deletions
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 proton dist/
|
||||
cp -a LICENSE dist/
|
||||
date '+%s' > dist/version
|
||||
|
||||
echo "Proton ready in dist/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue