Skip to content

Commit

Permalink
#3964 bundle gst-inspect-1.0 via the wrapper tool
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Mar 22, 2024
1 parent 1799bb0 commit 793dc3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 793dc3f

Please sign in to comment.