From 793dc3fffcce2c917a37c085eab5833bc2ced49d Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sat, 23 Mar 2024 00:08:08 +0700 Subject: [PATCH] #3964 bundle gst-inspect-1.0 via the wrapper tool --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 9151ed9ad4..c9ce8b0db2 100755 --- a/setup.py +++ b/setup.py @@ -1726,6 +1726,8 @@ def add_service_exe(script, icon, base_name): if gstreamer_ENABLED: add_console_exe("packaging/MSWindows/tools/lib_delegate.py", "gstreamer.ico", "gst-launch-1.0") add_data_files("lib/", (shutil.which("gst-launch-1.0.exe"), )) + add_console_exe("packaging/MSWindows/tools/lib_delegate.py", "gstreamer.ico", "gst-inspect-1.0") + add_data_files("lib/", (shutil.which("gst-inspect-1.0.exe"), )) add_console_exe("fs/bin/xpra", "speaker.ico", "Xpra_Audio") if printing_ENABLED: add_console_exe("xpra/platform/win32/pdfium.py", "printer.ico", "PDFIUM_Print")