Skip to content

Commit

Permalink
instead of calling it hidden... lets …
Browse files Browse the repository at this point in the history
  • Loading branch information
jettero committed Nov 5, 2022
1 parent 5f54901 commit da60b02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- run: |
pyinstaller -n ${{ matrix.bin.name }}-linux-x86_64 \
--specpath contrib/ --onefile --noconfirm --log-level INFO \
--hidden-import certifi \
./${{ matrix.bin.file }}
- run: ./dist/${{ matrix.bin.name }}-linux-x86_64 --version

Expand Down

0 comments on commit da60b02

Please sign in to comment.