Make an executable #13

Merged
Shikiryu merged 2 commits from testing/exe into main 2023-05-23 10:30:08 +02:00
Showing only changes of commit c6ce2a4452 - Show all commits

2
makefile Normal file
View File

@ -0,0 +1,2 @@
build:
pyinstaller main.py --onefile -w --hidden-import="PIL._tkinter_finder" -n drawingtraining