diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8baa0cd..e8920060 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