Hello, AppImage seams very good.
I have try to make appimage for my binary, i see video in youtube (https://www.youtube.com/watch?v=LsQEbLoNkq4&t=129s ), but i think someone must course a video files for an easy way to understood newbies the way.
I have see AppImageAssistant AppImageExtract e.t.c. and other program images, that don’t run in my last Mint Linux.
I am trying to find source code from those projects but nothing.
Someone must do those videos.
A am looking for AppImageAssistant AppImageExtract e.t.c. source code. Where i can find it?
Thanks.
If there is no AppImage of your favorite application available, please request it from the author(s) of the application, e.g., as a feature request in the issue tracker of the application. For example, if you would like to see an AppImage of Mozilla Firefox, then please leave a comment at https://bugzilla.mozilla.org/show_bug.cgi?id=1249971. The more people request an AppImage from the upstream authors, the more likely is that an AppImage will be provided.
Essentially, there are multiple options depending on your situation:
Convert existing binary packages. This option might be the easiest if you already have up-to-date packages in place, ideally a ppa for trusty or earlier or a debian repository for oldstable. In this case, you can write a small .yml file and in many cases are done with the package to AppImage conversion. See examplesOR
Bundle your Travis CI builds as AppImages. This option might be the easiest if you already have continuous builds on Travis CI in place. In this case, you can write a small scriptfile and in many cases are done with the AppImage generation. See examplesOR
Run linuxdeployqt on your Qt application. This option might be the easiest if you have a Qt-based application. In this case, you are probably already using windeployqt and macdeployqt and now can use linuxdeployqt in the same fashion with the -appimage argument and in many cases are done with the AppImage generation See exampleOR
Use electron-builder. This option might be the easiest if you have an Electron-based application. In this case, you define AppImage as a target for Linux (default in the latest version of electron-builder) and in many cases are done with the AppImage generation. See examplesOR
Manually create an AppDir and turn it into an AppImage.