Linux releases: Qt AppImage bundling, .deb metadata; Flatpak docs (#64, #105) - #142
Merged
vigri merged 1 commit intoApr 30, 2026
Conversation
This was referenced Apr 20, 2026
Author
, ScanTailor-Advanced#105) - release.yml: bundle Qt via linuxdeploy --plugin qt for AppImage xcb - build-deb.sh: point Maintainer, Homepage, Bugs at ScanTailor-Advanced fork - flatpak: KDE runtime 5.15-23.08, drop redundant base/base-version - README: Flatpak/Flathub scope, local build steps, Releases pointer for ScanTailor-Advanced#64
pablogventura
force-pushed
the
fix/p1-64-105-distribution
branch
from
April 27, 2026 16:23
daa23b7 to
9948473
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.
Summary
Addresses distribution follow-ups from #64 (GitHub Release binaries) and #105 (Flatpak documentation and manifest maintenance in this repo).
#64
.github/workflows/release.ymldownloadedlinuxdeploy-plugin-qtbut never ran it. The AppImage step now callslinuxdeploywith--plugin qtso Qt platform plugins (includingxcb) are bundled, matching the failure mode described in the issue.build-deb.shnow setsMaintainer,Homepage, andBugsto this fork instead of the original upstream.#105
flatpak-builderusage (KDE5.15-23.08), that Flathub still listscom.github._4lex4.ScanTailor-Advanced, and that a future Flathub listing for this fork is out of scope for this PR (tracked in Flathub still packages the original Scan Tailor Advanced | Flatpak release possible? #105).flatpak/org.scantailor.Advanced.jsonuses KDE runtime5.15-23.08and drops redundantbase/base-versionentries that duplicated the SDK.Testing
build-deb.shchanges are metadata-only aside from existing dependency logic.Feedback welcome on whether a tagged release test run should happen before merge.