3 lines
198 B
PowerShell
3 lines
198 B
PowerShell
uv add pyinstaller pillow
|
|
uv run pyinstaller --noconfirm --onefile --windowed --name "VideoSync" --icon "icon.png" --add-data "icon.png;." --add-data "copy.svg;." --add-data "check.svg;." main.py
|