From 762041d6149d7900328dc7357da5fc5fa47b751d Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Sat, 19 Apr 2025 12:31:27 +0300 Subject: [PATCH] fixed icu*.dll path --- data_from_portwine/scripts/functions_helper | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index d216ab84..c7361554 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -3057,6 +3057,7 @@ pw_create_unique_exe () { else print_warning "There are no arguments for creating a symbolic link! Skip it..." fi + try_remove_file "${portwine_exe}.ppdb" popd || fatal fi } @@ -3183,6 +3184,7 @@ start_portwine () { done LIST_ICU_DLL_LINKS="icuin68 icuuc68 icudt68" + [[ -d "${WINEDIR}/lib/icu32" ]] && mv "${WINEDIR}/lib/icu32" "${WINEDIR}/lib/icu" for dll in $LIST_ICU_DLL_LINKS ; do if [[ -f "${WINEDIR}/lib/icu/${dll}.dll" ]] ; then try_force_link_file "${WINEDIR}/lib/icu/${dll}.dll" "${WINEPREFIX}/drive_c/windows/syswow64/${dll}.dll"