add appimage build step to github CI

This commit is contained in:
2026-07-10 23:27:11 +02:00
parent fdd8aa81ba
commit 710ef26151
+5
View File
@@ -149,6 +149,11 @@ jobs:
--name ${{ env.APP_NAME }} \
src/main.py
- name: Build AppImage (Linux)
if: runner.os == 'Linux'
shell: bash
run: scripts/build_appimage.sh
- name: Build with PyInstaller (macOS)
if: runner.os == 'macOS'
shell: bash