windows: Disable console.

setup.py
Pierre-Antoine Rouby 2024-03-22 15:03:47 +01:00
parent d0134d6415
commit c1c16964eb
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ build-windows:
- python -m pip install -r ..\requirements.txt
- python -m pip install -U -r ..\requirements.txt
# Run Pyinstaller
- pyinstaller -y ..\src\pamhyr.py
- pyinstaller --noconsole -y ..\src\pamhyr.py
# Create directory
- mkdir pamhyr
- dir