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 414 forks source link

Very long time to do the deploy ! #533

Closed lraimondi closed 2 years ago

lraimondi commented 2 years ago

Hi, I love LinuxDeployQty, works great, but...it takes over 15 minutes to do teh deploy. The project is ....nothing special. How could I speedup the whole thing ? The command I use is lie: linuxdeployqt-continuous-x86_64.AppImage /home/rd/Documents/_Qt/WI18Deploy/bin/RVN -qmake=/home/rd/Qt/5.15.2/gcc_64/bin/qmake -qmldir=/home/rd/Documents/_Qt/WI18/WI18_UI -verbose=2

Any suggestion ? Thanks

probonopd commented 2 years ago

Yes, linuxdeployqt is not very efficient regarding the time it takes to deploy an application. https://github.com/probonopd/go-appimage appimagetool deploy is a clean(er) rewrite that should be more efficient.