probonopd / linuxdeployqt

Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications
Other
2.22k stars 412 forks source link

two versions of libicudata.so copied to lib #555

Open drzchang opened 2 years ago

drzchang commented 2 years ago

Hi, I used this to create a qt application AppImage. There are two versions of libicudata in the lib dir.

libicudata.so.50 and libicudata.so.56

I don't know why. Is it possible to remove one? each of both is more than 20MB.

My OS info and qt version: CentOS 7 + Qt5.12.12

Thanks.

probonopd commented 2 years ago

Probably because one of the libaries requires libicudata.so.50 and another one requires libicudata.so.56. You may get away with symlinking one to another in the AppDir, but ymmv.