From 6a8dc7e5e6def0ece4a17f16dc5eefd2c86c1264 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Wed, 4 Mar 2026 23:03:19 +1100 Subject: [PATCH] Update build script to include copy and check images --- desktop-client/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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