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:
+6
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user