Skip to content

Commit

Permalink
proton: Lock on write access to the dist/ directory
Browse files Browse the repository at this point in the history
Steam needs to be able to run proton several times in parallel without
it becoming corrupted.
  • Loading branch information
aeikum committed Mar 16, 2018
1 parent e59105d commit 7a20ea9
Show file tree
Hide file tree
Showing 3 changed files with 470 additions and 14 deletions.
1 change: 1 addition & 0 deletions build_proton.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 7a20ea9

Please sign in to comment.