testing...

This commit is contained in:
2026-07-10 23:40:41 +02:00
parent 727d31fbcc
commit 2b45038a62
2 changed files with 7 additions and 4 deletions
+4 -4
View File
@@ -149,10 +149,10 @@ 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 AppImage (Linux)
# if: runner.os == 'Linux'
# shell: bash
# run: scripts/build_appimage.sh
- name: Build with PyInstaller (macOS)
if: runner.os == 'macOS'
+3
View File
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"