Skip to content

Commit

Permalink
Update compile-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xandaaah authored Nov 17, 2023
1 parent 85c9f7e commit 44aa490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Compile
run: |
cd client
echo Y | python -m nuitka launcher.py --standalone --enable-plugin=pyqt6 --disable-console | echo Y
echo Y | python -m nuitka launcher.py --standalone --enable-plugin=pyqt6 --disable-console
- name: Tar files
run: copy launcher.ui client/launcher.dist && cd client && zip -r launcher.zip launcher.dist
- name: Upload Artifact
Expand Down

0 comments on commit 44aa490

Please # to comment.