We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d5d12 commit 318be88Copy full SHA for 318be88
README.md
@@ -105,7 +105,7 @@ sudo apt-get install python3-tk
105
106
# How to create the exe file for Windows using pyinstaller
107
```bash
108
-pyinstaller.exe [file path]/network_sketcher.py --onefile --collect-data tkinterdnd2 --noconsole --additional-hooks-dir [file path] --clean
+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;."
109
```
110
111
# SAMPLE
@@ -164,3 +164,4 @@ limitations under the License.
164
165
166
167
+
0 commit comments