mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-06-12 05:07:43 +02:00
proton: Lock on write access to the dist/ directory
Steam needs to be able to run proton several times in parallel without it becoming corrupted.
This commit is contained in:
@ -409,6 +409,7 @@ cd "$TOP"
|
||||
tar -C build/dist -c . | gzip -c -1 > dist/proton_dist.tar.gz
|
||||
|
||||
cp -a toolmanifest.vdf dist/
|
||||
cp -a filelock.py dist/
|
||||
cp -a proton dist/
|
||||
if [ "$PLATFORM" == "Darwin" ]; then
|
||||
cp -a LICENSE.osx dist/LICENSE
|
||||
|
Reference in New Issue
Block a user