quick way to extend current workflow with Linux friendly ( Ubuntu desktop ) artifacts
Attachments Included:
✅ build_linux.sh - Complete build script for AppImage + .deb
✅ LINUX_BUILD.md - User-facing documentation
✅ make_update_manifest.py - Reference file with changes
Issue Body Contains:
Problem statement (no Linux builds currently)
Solution overview (AppImage + .deb)
Direct download links to all three implementation files
🎯 What's Next
Anyone can now:
Download the three attachment files from the issue
Apply the workflow changes to .github/workflows/release.yml
Update the manifest script with Linux artifact mapping
Test locally on Ubuntu 24.04/26.04
Submit a PR referencing issue #171
build_linux.sh
LINUX_BUILD.md
make_update_manifest.py
quick way to extend current workflow with Linux friendly ( Ubuntu desktop ) artifacts
Attachments Included:
✅ build_linux.sh - Complete build script for AppImage + .deb
✅ LINUX_BUILD.md - User-facing documentation
✅ make_update_manifest.py - Reference file with changes
Issue Body Contains:
Problem statement (no Linux builds currently)
Solution overview (AppImage + .deb)
Direct download links to all three implementation files
🎯 What's Next
Anyone can now:
Download the three attachment files from the issue
Apply the workflow changes to .github/workflows/release.yml
Update the manifest script with Linux artifact mapping
Test locally on Ubuntu 24.04/26.04
Submit a PR referencing issue #171
build_linux.sh
LINUX_BUILD.md
make_update_manifest.py