mirror of https://gitlab.com/pamhyr/pamhyr2
Windows: Enable console but hide it.
parent
50ae49c0ec
commit
f1ce2e4b10
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue