Skip to content

Commit

Permalink
Hide console
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfvm authored Apr 28, 2024
1 parent 4b2b2ed commit 80c5ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ source patstrap-server-env\bin\activate
pip install -r requirements.txt

REM Use pyinstaller to create a standalone WINDOWS executable at .\dist\patstrap-server\patstrap-server.exe
pyinstaller gui.py -n patstrap-server --noconfirm --one-dir --add-data "global.css;." --path=.\patstrap-server-env\lib\python3.11\site-packages --hidden-import zeroconf._utils.ipaddress --hidden-import zeroconf._handlers.answers
pyinstaller gui.py -n patstrap-server --noconsole --noconfirm --one-dir --add-data "global.css;." --path=.\patstrap-server-env\lib\python3.11\site-packages --hidden-import zeroconf._utils.ipaddress --hidden-import zeroconf._handlers.answers

0 comments on commit 80c5ba8

Please sign in to comment.