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 bea964c commit c0c26f9Copy full SHA for c0c26f9
Makefile
@@ -24,7 +24,7 @@ build: install
24
$(PYINSTALLER) main.py \
25
--onefile \
26
--exclude pandas \
27
- #--paths $(shell pwd) \
+ --paths $(shell pwd) \
28
--distpath dist/$(shell uname) \
29
--workpath build/$(shell uname) \
30
--log-level INFO \
0 commit comments