Open-Source Indie Game Developer Wanting To Create Cross-Linux AppImage?

Hi,

Can someone point us in the best direction on how to make an AppImage of our game?
We currently have a makefile to build the game on any Linux but it requires additional libraries.
We think an AppImage of the game would be better, but know nothing about how to make one.

Jesse

A good place to start would be the project’s documentation.

The following is a link to all AppImage documentation,
And in the navigation pane there is a link to the Packaging documentation which is what you want.

https://docs.appimage.org/

TSU