Commit f1ce2e4b authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Windows: Enable console but hide it.

No related merge requests found
Pipeline #54963 passed with stages
in 3 minutes and 23 seconds
Showing with 2 additions and 1 deletion
+2 -1
...@@ -332,7 +332,8 @@ build-windows: ...@@ -332,7 +332,8 @@ build-windows:
- python -m pip install -r ..\requirements.txt - python -m pip install -r ..\requirements.txt
- python -m pip install -U -r ..\requirements.txt - python -m pip install -U -r ..\requirements.txt
# Run Pyinstaller # 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 # Create directory
- mkdir pamhyr - mkdir pamhyr
- dir - dir
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment