Add Windows ZIP build

This commit is contained in:
Stephen Horvath
2025-09-18 15:03:30 +10:00
parent c1205c7661
commit 52f3372701
4 changed files with 62 additions and 25 deletions

View File

@@ -21,7 +21,7 @@ jobs:
run: pip install .
- name: Build with PyInstaller
# pyinstaller doesn't find the GTK libraries after caching?
run: LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu pyinstaller yafi.spec
run: LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu pyinstaller yafi.spec -- --onefile
working-directory: pyinstaller
- name: Upload PyInstaller Artifact
uses: actions/upload-artifact@v4