Skip to content

Commit

Permalink
pyside6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraust committed Feb 24, 2024
1 parent 6e3c683 commit b261a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- run: pip install .
- run: pip install nuitka==2.0
- run: python -m nuitka main.py --onefile --enable-plugin=pyqt6 --noinclude-qt-translations --disable-console --output-dir=dist --output-filename=OSCR --assume-yes-for-downloads
- run: python -m nuitka main.py --onefile --enable-plugin=pyside6 --noinclude-qt-translations --disable-console --output-dir=dist --output-filename=OSCR --assume-yes-for-downloads
- uses: actions/upload-artifact@v2
with:
name: build_binary
Expand Down

0 comments on commit b261a65

Please sign in to comment.