Add the dist name

This commit is contained in:
William Valentin
2025-07-17 15:50:17 -07:00
parent 61bbed09be
commit 0f25e5c4e6

View File

@@ -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: