diff --git a/.github/workflows/qtDeploy.yaml b/.github/workflows/qtDeploy.yaml index 705f961..6d7219b 100644 --- a/.github/workflows/qtDeploy.yaml +++ b/.github/workflows/qtDeploy.yaml @@ -26,7 +26,7 @@ jobs: - name: install project run: poetry install --all-extras --no-interaction --no-cache -vvv continue-on-error: true - - run: QT_QPA_PLATFORM=minimal poetry run pyinstaller pysdfscad_qtgui/main.py --onefile --name=pySdfScad-${{runner.os}} --collect-data pysdfscad --collect-data pysdfscad_qtgui --windowed + - run: QT_QPA_PLATFORM=minimal poetry run pyinstaller pysdfscad_qtgui/main.py --onefile --name=pySdfScad-${{runner.os}} --collect-data pysdfscad --collect-data pysdfscad_qtgui --windowed --noupx - run: brew install create-dmg if: runner.os == 'macOS' diff --git a/README.md b/README.md index 5c6f495..c06e762 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ outside of linux (or at all). With that in mind... Ensure that [pipx](https://pypa.github.io/pipx/) is installed and working, then run pipx install "pysdfscad[qtgui] @ git+https://github.com/traverseda/PySdfScad.git" + +You can also try downloading a pre-built binary from [here](https://github.com/traverseda/PySdfScad/releases). +These aren't currently tested. ## Compiled versions