Skip to content

Commit 2f73ea2

Browse files
committed
Merge branch 'main' of github.com:traverseda/PySdfScad
2 parents 5a9e8ab + 91b0129 commit 2f73ea2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/qtDeploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: install project
2727
run: poetry install --all-extras --no-interaction --no-cache -vvv
2828
continue-on-error: true
29-
- 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
29+
- 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
3030

3131
- run: brew install create-dmg
3232
if: runner.os == 'macOS'

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ outside of linux (or at all). With that in mind...
2121
Ensure that [pipx](https://pypa.github.io/pipx/) is installed and working, then run
2222

2323
pipx install "pysdfscad[qtgui] @ git+https://github.com/traverseda/PySdfScad.git"
24+
25+
You can also try downloading a pre-built binary from [here](https://github.com/traverseda/PySdfScad/releases).
26+
These aren't currently tested.
2427

2528
## Compiled versions
2629

0 commit comments

Comments
 (0)