Skip to content

Commit

Permalink
idk3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraust committed Mar 15, 2024
1 parent 9c8182e commit c277105
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: python -m nuitka --standalone --enable-plugin=pyside6 --onefile --output-filename=OSCR --output-dir=dist main.py --disable-console --assume-yes-for-downloads --noinclude-qt-translations --include-data-files=./assets/*=./assets/ --windows-icon-from-ico=./assets/oscr_icon_small.ico --clang
- run: pyside6-deploy main.py --name OSCR
- run: pyside6-deploy main.py --name OSCR -f
- uses: actions/upload-artifact@v2
with:
name: build_binary
Expand Down

0 comments on commit c277105

Please sign in to comment.