Switch Windows build to cross-compile with Wine
Some checks failed
Build Binaries / build-linux (push) Successful in 39s
Build Binaries / build-windows (push) Failing after 42s

This commit is contained in:
2026-01-13 16:42:16 +01:00
parent 9f15ad3348
commit f72c393a74

View File

@@ -32,23 +32,19 @@ jobs:
path: dist/vhs-decode-gui-linux path: dist/vhs-decode-gui-linux
build-windows: build-windows:
runs-on: windows-latest runs-on: ubuntu-latest
container: tobix/pywine:3.11
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install Dependencies - name: Install Dependencies
run: | run: |
pip install -r requirements.txt wine python -m pip install -r requirements.txt
- name: Build with PyInstaller - name: Build with PyInstaller
run: | run: |
pyinstaller --onefile --windowed --name vhs-decode-gui-windows.exe vhs_decode_gui.py wine pyinstaller --onefile --windowed --name vhs-decode-gui-windows.exe vhs_decode_gui.py
- name: Upload Windows Artifact - name: Upload Windows Artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3