Files
video-sync/desktop-client/build.ps1
2026-03-04 23:03:19 +11:00

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