Update workflows with dependencies and icons, update gitignore
Some checks failed
Build Linux / Build Linux (push) Failing after 11s
Build Windows / Build Windows (push) Has been cancelled

This commit is contained in:
2026-01-13 18:28:10 +01:00
parent 13b08ac6a4
commit 98a641ffde
3 changed files with 23 additions and 3 deletions

View File

@@ -23,10 +23,10 @@ jobs:
- name: Build Executable
run: |
wine pyinstaller --onefile --windowed --name TeletextEditor_Windows.exe --paths src src/main.py
wine pyinstaller --onefile --windowed --name TeletextEditor_Windows.exe --paths src --add-data "app_icon.png;." --icon=app_icon.ico src/main.py
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: TeletextEditor-Windows
path: dist/TeletextEditor_Windows.exe
path: dist/TeletextEditor_Windows.exe