File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ outside of linux (or at all). With that in mind...
2121Ensure 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
You can’t perform that action at this time.
0 commit comments