Skip to content

Commit

Permalink
build: disable splash screen repopup
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jun 28, 2024
1 parent 5689961 commit 703375d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
if: runner.os == 'windows'
working-directory: ./build-recipes
run: |
pip install https://github.com/paulmueller/pyinstaller/archive/splash_disable_on_subprocess.zip
pip install -r win_build_requirements.txt
pyinstaller -y --log-level=WARN win_ChipStream.spec
dir
Expand Down

0 comments on commit 703375d

Please sign in to comment.