From 703375d943020a406d2beb3b5dbec50c1abacb4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Fri, 28 Jun 2024 09:14:49 +0200 Subject: [PATCH] build: disable splash screen repopup --- .github/workflows/deploy_github.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy_github.yml b/.github/workflows/deploy_github.yml index 709b78d..4bebd09 100644 --- a/.github/workflows/deploy_github.yml +++ b/.github/workflows/deploy_github.yml @@ -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