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
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.
Hi, I used this to create a qt application AppImage. There are two versions of libicudata in the lib dir.
libicudata.so.50
andlibicudata.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.