Skip to content

Commit

Permalink
Remove DepotDownloader metadata from build output
Browse files Browse the repository at this point in the history
DepotDownloader leaves behind a .DepotDownloader folder in the output
directory, which may change across versions of the tool even when
fetching the exact same Steam depot, causing a hash mismatch.  We only
want the depots, so we can safely delete this folder.
  • Loading branch information
aidalgol committed May 4, 2024
1 parent f77ee59 commit 418b4ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fetch-steam/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ fi
DepotDownloader \
"${args[@]}" \
-dir "${out:?}"
rm -rf "${out:?}/.DepotDownloader"

0 comments on commit 418b4ab

Please sign in to comment.