We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05112f9 commit cfb621fCopy full SHA for cfb621f
1 file changed
package/winx86/gcs.nsi
@@ -181,6 +181,8 @@ Section "-Libs" InSecLibs
181
SectionIn RO
182
SetOutPath "$INSTDIR\lib\${GCS_SMALL_NAME}\osg"
183
File /r "${GCS_BUILD_TREE}\lib\${GCS_SMALL_NAME}\osg\*.dll"
184
+ SetOutPath "$INSTDIR\lib\${GCS_SMALL_NAME}\gstreamer-1.0"
185
+ File /r "${GCS_BUILD_TREE}\lib\${GCS_SMALL_NAME}\gstreamer-1.0\*.dll"
186
SectionEnd
187
188
; Copy GCS resources
0 commit comments