From 26c2464489f477c788def0cbcb9dce94055e119c Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Fri, 6 Jun 2025 12:27:56 -0600 Subject: [PATCH] proton: Copy ucrtbase.dll instead of symlinking. CW-Bug-Id: #25520 --- proton | 1 + 1 file changed, 1 insertion(+) diff --git a/proton b/proton index 28f8228d..3fa0d3bd 100755 --- a/proton +++ b/proton @@ -980,6 +980,7 @@ class CompatData: "vcomp1*.dll," + "vccorlib1*.dll," + "vcruntime1*.dll," + + "ucrtbase.dll," + #some games balk at ntdll symlink(?) "ntdll.dll," +