Skip to content

Commit f27d624

Browse files
committed
Remove unnecessary flags from pyinstaller command in CI workflow
1 parent 66f340e commit f27d624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
working-directory: ./lifx_control_panel
2828
env:
2929
PYTHONOPTIMIZE: '1'
30-
run: pyinstaller --onefile --noupx build_all.spec
30+
run: pyinstaller build_all.spec
3131

3232
test:
3333
runs-on: windows-latest

0 commit comments

Comments
 (0)