From f1ce2e4b104ab8da3007b85bf46649555ca1b677 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby <pierre-antoine.rouby@inrae.fr> Date: Wed, 17 Apr 2024 12:18:28 +0200 Subject: [PATCH] Windows: Enable console but hide it. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- GitLab