diff --git a/desktop-client/build.ps1 b/desktop-client/build.ps1 index 18b9a20..6e59fc8 100644 --- a/desktop-client/build.ps1 +++ b/desktop-client/build.ps1 @@ -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