Add script to build desktop client

This commit is contained in:
Peter Stockings
2026-03-02 22:24:49 +11:00
parent 3e1ea32383
commit 9d22860f0d
4 changed files with 145 additions and 0 deletions

2
desktop-client/build.ps1 Normal file
View File

@@ -0,0 +1,2 @@
uv add pyinstaller pillow
uv run pyinstaller --noconfirm --onefile --windowed --name "VideoSync" --icon "icon.png" --add-data "icon.png;." main.py