Skip to content

Commit

Permalink
Fixed Release Build (#11)
Browse files Browse the repository at this point in the history
* Updated OSCR dependency to 251.

* Try building the release with an older version of nuitka.

* Test.

* Fixed release build.
  • Loading branch information
Kraust authored Feb 26, 2024
1 parent 0dd5445 commit 04e6fd7
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 @@ -18,7 +18,7 @@ jobs:
python-version: "3.10"

- run: pip install .
- run: pip install nuitka==1.8.6
- run: pip install nuitka==2.0.4
- 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/
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 04e6fd7

Please sign in to comment.