Closed fwren closed 7 months ago
As in
-executable=<path> : Let the given executable use the deployed libraries
too
?
It means that if I use the command
linuxdeploqt ./app1 -executable=./app2 -excutable=./app3
Will the app1 app2 app3 related dependent library be packed and deployed?
Exactly.
Okay, thank you, I haven’t tried this option before
If my project needs to deploy multiple programs, whether linuxdeployqt supports parallel deployment