File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ source patstrap-server-env\bin\activate
7
7
pip install -r requirements.txt
8
8
9
9
REM Use pyinstaller to create a standalone WINDOWS executable at .\dist\patstrap-server\patstrap-server.exe
10
- 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
10
+ pyinstaller gui.py -n patstrap-server --noconsole --noconfirm --onefile --add-data " global.css;." --path=.\patstrap-server-env\lib\python3.11\site-packages --hidden-import zeroconf._utils.ipaddress --hidden-import zeroconf._handlers.answers
11
+ pyinstaller gui.py -n patstrap-server-debug --noconfirm --onefile --add-data " global.css;." --path=.\patstrap-server-env\lib\python3.11\site-packages --hidden-import zeroconf._utils.ipaddress --hidden-import zeroconf._handlers.answers
You can’t perform that action at this time.
0 commit comments