Add AppImage generator for YACReader and YACReaderLibrary#300
Open
popsUlfr wants to merge 1 commit intoYACReader:developfrom
Open
Add AppImage generator for YACReader and YACReaderLibrary#300popsUlfr wants to merge 1 commit intoYACReader:developfrom
popsUlfr wants to merge 1 commit intoYACReader:developfrom
Conversation
Member
|
Anyone interested in adding a CI job that uses this? I would be nice to have it ready for the next release. |
Member
|
Not sure how hard would be, but I would prefer to have p7zip instead of unarr as the decompression backend, mainly because of rar5 support. |
|
As I love AppImage, I tried to make one for YAC, as I build it with libarchive and poppler. |
6ccfc51 to
63fcde8
Compare
728e9bb to
2cd511f
Compare
5d712af to
c2aa5f6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here's a generator script that can create AppImages of YACReader. It bundles
pdfiumand the latestunarrwith 7zip support.This could be plugged into CI to produce AppImages for new releases.