I really should've committed this when I finished it...

This commit is contained in:
2024-12-15 00:28:55 +02:00
parent cdf983e3be
commit cea521b6e0

View File

@@ -25,7 +25,7 @@ jobs:
- name: Build with PyInstaller
run: |
cd app
cd app
pyinstaller --onefile --add-data "ui:ui" wolServer.py
- name: Upload Artifact