updated PROTON_LG, DXVK and VKD3D

This commit is contained in:
Mikhail Tergoev
2024-12-22 15:06:53 +03:00
parent d7113ad5d5
commit d8e94ff539
3 changed files with 11 additions and 4 deletions

View File

@ -3037,6 +3037,7 @@ start_portwine () {
LIST_ICU_DLL_LINKS="icuin68 icuuc68 icudt68"
for dll in $LIST_ICU_DLL_LINKS ; do
try_force_link_file "${WINEDIR}/lib/icu/${dll}.dll" "${WINEPREFIX}/drive_c/windows/syswow64/${dll}.dll"
try_force_link_file "${WINEDIR}/lib64/icu/${dll}.dll" "${WINEPREFIX}/drive_c/windows/system32/${dll}.dll"
done