Make an executable (#13)
Co-authored-by: Clement Desmidt <clement@desmidt.fr> Reviewed-on: #13
This commit is contained in:
parent
f5ff126522
commit
fd8d3a25f8
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,4 +1,8 @@
|
|||||||
demo.py
|
demo.py
|
||||||
first.py
|
first.py
|
||||||
theme.py
|
theme.py
|
||||||
/.idea
|
/.idea
|
||||||
|
/dist/
|
||||||
|
!/dist/drawingtraining
|
||||||
|
/*.spec
|
||||||
|
/build/
|
||||||
|
2
makefile
Normal file
2
makefile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
build:
|
||||||
|
pyinstaller main.py --onefile -w --hidden-import="PIL._tkinter_finder" -n drawingtraining
|
@ -1,3 +1,2 @@
|
|||||||
dearpygui
|
pillow
|
||||||
pathlib
|
pyinstaller
|
||||||
pillow
|
|
Loading…
Reference in New Issue
Block a user