mirror of https://gitlab.com/pamhyr/pamhyr2
windows: Disable console.
parent
d0134d6415
commit
c1c16964eb
|
|
@ -330,7 +330,7 @@ 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 -y ..\src\pamhyr.py
|
- pyinstaller --noconsole -y ..\src\pamhyr.py
|
||||||
# Create directory
|
# Create directory
|
||||||
- mkdir pamhyr
|
- mkdir pamhyr
|
||||||
- dir
|
- dir
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue