Skip to content

Commit 318be88

Browse files
authored
Update README.md
1 parent 70d5d12 commit 318be88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ sudo apt-get install python3-tk
105105

106106
# How to create the exe file for Windows using pyinstaller
107107
```bash
108-
pyinstaller.exe [file path]/network_sketcher.py --onefile --collect-data tkinterdnd2 --noconsole --additional-hooks-dir [file path] --clean
108+
pyinstaller.exe [file path]/network_sketcher.py --onefile --collect-data tkinterdnd2 --additional-hooks-dir [file path] --clean --add-data "./ns_extensions_cmd_list.txt;." --add-data "./ns_logo.png;."
109109
```
110110

111111
# SAMPLE
@@ -164,3 +164,4 @@ limitations under the License.
164164

165165

166166

167+

0 commit comments

Comments
 (0)