Add script to build desktop client
This commit is contained in:
2
desktop-client/build.ps1
Normal file
2
desktop-client/build.ps1
Normal 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
|
||||
Reference in New Issue
Block a user