Add the dist name
This commit is contained in:
2
Makefile
2
Makefile
@@ -9,7 +9,7 @@ setup-env:
|
||||
build:
|
||||
docker buildx build --platform linux/amd64,linux/arm64 -t ${IMAGE} --push .
|
||||
install:
|
||||
pyinstaller --onefile --windowed --hidden-import='PIL._tkinter_finder' src/main.py
|
||||
pyinstaller --name thechart --onefile --windowed --hidden-import='PIL._tkinter_finder' src/main.py
|
||||
run:
|
||||
python src/main.py
|
||||
start:
|
||||
|
||||
Reference in New Issue
Block a user