Update build script to include copy and check images

This commit is contained in:
Peter Stockings
2026-03-04 23:03:19 +11:00
parent c4bef281f7
commit 6a8dc7e5e6

View File

@@ -1,2 +1,2 @@
uv add pyinstaller pillow
uv run pyinstaller --noconfirm --onefile --windowed --name "VideoSync" --icon "icon.png" --add-data "icon.png;." main.py
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