Add the dist name
This commit is contained in:
2
Makefile
2
Makefile
@@ -9,7 +9,7 @@ setup-env:
|
|||||||
build:
|
build:
|
||||||
docker buildx build --platform linux/amd64,linux/arm64 -t ${IMAGE} --push .
|
docker buildx build --platform linux/amd64,linux/arm64 -t ${IMAGE} --push .
|
||||||
install:
|
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:
|
run:
|
||||||
python src/main.py
|
python src/main.py
|
||||||
start:
|
start:
|
||||||
|
|||||||
Reference in New Issue
Block a user