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 committed Aug 29, 2024
1 parent 2f39b2e commit 825585d
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 @@ -821,11 +821,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 825585d

Please sign in to comment.