Skip to content

Commit

Permalink
proton: Do not copy SXS runtime redists.
Browse files Browse the repository at this point in the history
CW-Bug-Id: #23227
  • Loading branch information
Paul Gofman authored and ivyl committed Nov 18, 2024
1 parent ac1939f commit 5bd1d0e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions proton
Original file line number Diff line number Diff line change
Expand Up @@ -879,11 +879,17 @@ class CompatData:
"xinput*.dll," +

#vcruntime redist
"atl*.dll," +
"atl1*.dll," +
"atl.dll," +
"concrt*.dll," +
"msvcp*.dll," +
"msvcr*.dll," +
"msvcm*.dll," +
"msvcp1*.dll," +
"msvcrt*.dll," +
"msvcp7*.dll," +
"msvcp6*.dll," +
"msvcp_win.dll," +
"msvcr1*.dll," +
"msvcrt*.dll," +
"msvcr7*.dll," +
"vcamp1*.dll," +
"vcomp1*.dll," +
"vccorlib1*.dll," +
Expand Down

0 comments on commit 5bd1d0e

Please sign in to comment.