How to package an executable in AppImage?

Noob here with a noob question. I am making an altcoin and want my users to be able to install the altcoin wallet with AppImage but I dont know how to package an executable with AltImage. Is there an application that can do it for me?

How to package them somewhat depends on your actual executable. If it’s dynamically linked, you’ll also need to include all the libraries it uses. Personally I make mine by hand because it’s a fairly simple setup most of the time, but there are several tools out there to automate it such as Linux Deploy QT

2 Likes

Check out GitHub - AppImage/awesome-appimage: Lovingly crafted AppImage tools and resources