Skip to content

Commit f75d346

Browse files
authored
Update qtDeploy.yaml
1 parent 9c12fe0 commit f75d346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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'

0 commit comments

Comments
 (0)