2 lines
97 B
Makefile
2 lines
97 B
Makefile
build:
|
|
pyinstaller main.py --onefile -w --hidden-import="PIL._tkinter_finder" -n drawingtraining
|