From f75d34609b9b5bbf2062f640fe4ddca6d992a40a Mon Sep 17 00:00:00 2001 From: traverseda Date: Mon, 13 Feb 2023 09:32:44 -0400 Subject: [PATCH 1/3] Update qtDeploy.yaml --- .github/workflows/qtDeploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' From d760cfc765926804a691f7310a1184771b5771e7 Mon Sep 17 00:00:00 2001 From: traverseda Date: Wed, 15 Feb 2023 09:44:53 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index da94067..e9b6c6d 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/tags). +These aren't currently tested. ## Compiled versions From 91b01292c9630ce3dd655282c9e640eef5a2fab9 Mon Sep 17 00:00:00 2001 From: traverseda Date: Wed, 15 Feb 2023 09:45:20 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9b6c6d..9c9110b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Ensure that [pipx](https://pypa.github.io/pipx/) is installed and working, then 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/tags). +You can also try downloading a pre-built binary from [here](https://github.com/traverseda/PySdfScad/releases). These aren't currently tested. ## Compiled versions