Include gst-discoverer-1.0.exe in windows setup

This commit is contained in:
Jonas Kvinge
2021-04-14 16:56:17 +02:00
parent e03ee00554
commit 43dc694963
2 changed files with 3 additions and 1 deletions

View File

@@ -181,6 +181,7 @@ Section "Strawberry" Strawberry
File "strawberry.ico"
File "sqlite3.exe"
File "gst-launch-1.0.exe"
File "gst-discoverer-1.0.exe"
!ifdef arch_x86
File "libgcc_s_sjlj-1.dll"
@@ -445,6 +446,7 @@ Section "Uninstall"
Delete "$INSTDIR\strawberry-tagreader.exe"
Delete "$INSTDIR\sqlite3.exe"
Delete "$INSTDIR\gst-launch-1.0.exe"
Delete "$INSTDIR\gst-discoverer-1.0.exe"
!ifdef arch_x86
Delete "$INSTDIR\libgcc_s_sjlj-1.dll"