build: track AppImage and .deb release artifacts

Commit the prebuilt AppImage and Debian .deb under dist/ so they are
downloadable from the remote. appimagetool and intermediate build output
remain gitignored. README links to both artifacts.
This commit is contained in:
2026-09-19 10:34:07 +01:00
parent 5f5a2d8650
commit 0c97390fe2
4 changed files with 11 additions and 2 deletions
+6 -1
View File
@@ -6,4 +6,9 @@
# nix
result
result-*
dist/
# Packaging build output. Keep the release artifacts (AppImage/.deb) tracked
# so they are downloadable from the remote, but ignore intermediates.
dist/*
!dist/*.AppImage
!dist/*.deb