Skip to content

v8.0.0 Moving to Qt6 #170

v8.0.0 Moving to Qt6

v8.0.0 Moving to Qt6 #170

Workflow file for this run

name: Windows Build
on: [pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.11.9
uses: actions/setup-python@v1
with:
python-version: 3.11.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Build Single Executable with Pyinstaller
run: |
pip install pyinstaller
pyinstaller -F -p eldonationtracker -n "eldonationtracker" --icon=icon.ico --add-data="eldonationtracker/icon.png;ffmpeg/ffmepg.exe;." eldonationtracker/gui.py
- name: Upload artifact
uses: actions/[email protected]
with:
name: eldonationtracker for Windows
path: dist/