Commit 762041d6 authored by Mikhail Tergoev's avatar Mikhail Tergoev

fixed icu*.dll path

parent 38d9a88b
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment