diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8baa0cd3191657540e3b9dda10fe553434f54a6..e8920060c1c228f44ca964b3d8eb121233868b68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -332,7 +332,8 @@ build-windows: - python -m pip install -r ..\requirements.txt - python -m pip install -U -r ..\requirements.txt # Run Pyinstaller - - pyinstaller --noconsole -y ..\src\pamhyr.py + # - pyinstaller --noconsole -y ..\src\pamhyr.py + - pyinstaller --hide-console hide-early -y ..\src\pamhyr.py # Create directory - mkdir pamhyr - dir