Windows: Enable console but hide it.

setup.py
Pierre-Antoine Rouby 2024-04-17 12:18:28 +02:00
parent 50ae49c0ec
commit f1ce2e4b10
1 changed files with 2 additions and 1 deletions

View File

@ -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