#!/usr/bin/env bash set -euo pipefail ./.venv/bin/pyinstaller --noconfirm --clean --name car_ui --windowed ./main.py