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

windows: Disable console.

No related merge requests found
Pipeline #54367 passed with stages
in 3 minutes and 19 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -330,7 +330,7 @@ build-windows: ...@@ -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
......
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