added files to create AppImage
this should fix https://github.com/manisandro/gImageReader/issues/688#issuecomment-2698998502
Note: I used a work around in AppImage creation, manually including the two files listed at: https://github.com/manisandro/gImageReader/issues/707#issuecomment-2704548847 this increase a lot the creation time, sorry.
The generated AppImage should work on any distro newer than the one the binary and AppImage is created on (or with glibc newer that the build host). As now I tryed: gImageReader_3.4.2_2025-03-07_Linux_x86_64_64bit.AppImage 47 MB on Debian12 only, but it is an AppImage rule
Thanks! Would it be possible to also add a workflow to build the appimage automatically as a CI job?
are you speaking about "GitHub Actions: build and test multi-platform", or another external service?
Yes Github Actions - a workflow similar to [1].
[1] https://github.com/manisandro/gImageReader/blob/master/.github/workflows/build.yml
I have no experience with Github actions, but it's something that I have in my todo list also for my applications. I'd say it's the right time to study how it works and try it
If you give me some hints with Github actions, I will try