Packaging multiple console and Qt applications in a single AppImage

I would like to find out if I will be able to package up multiple console/headless command line programs and multiple Qt applications within a single AppImage ?

Are there examples of how this was accomplished so I can learn from them ?

Cheers

It’s not recommended. The recommended way is to have one AppImage per application.

In very rare use cases (e.g., ImageMagick) it may be useful to allow running the same AppImage from different symlinks, and choose a different payload application depending on which symlink was used to start the AppImage.