gImageReader icon indicating copy to clipboard operation
gImageReader copied to clipboard

added files to create AppImage

Open efa opened this issue 10 months ago • 4 comments

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

efa avatar Mar 07 '25 13:03 efa

Thanks! Would it be possible to also add a workflow to build the appimage automatically as a CI job?

manisandro avatar Mar 10 '25 15:03 manisandro

are you speaking about "GitHub Actions: build and test multi-platform", or another external service?

efa avatar Mar 10 '25 16:03 efa

Yes Github Actions - a workflow similar to [1].

[1] https://github.com/manisandro/gImageReader/blob/master/.github/workflows/build.yml

manisandro avatar Mar 10 '25 16:03 manisandro

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

efa avatar Mar 10 '25 21:03 efa

If you give me some hints with Github actions, I will try

efa avatar Aug 08 '25 10:08 efa