You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pyinstaller script.py <spanclass="hljs-comment"># Compiles into './dist/script' directory.</span>
2938
2938
$ pyinstaller script.py --onefile <spanclass="hljs-comment"># Compiles into './dist/script' console app.</span>
2939
2939
$ pyinstaller script.py --windowed <spanclass="hljs-comment"># Compiles into './dist/script' windowed app.</span>
2940
-
$ pyinstaller script.py --add-data <spanclass="hljs-string">'<path>:.'</span><spanclass="hljs-comment"># Adds file to the root of the executable.</span>
2941
-
</code></pre></div></div>
2940
+
$ pyinstaller script.py --add-data '<path>:.' <spanclass="hljs-comment"># Adds file to the root of the executable.</span>
0 commit comments