GstPipelineStudio/installer/wix/gps.bat
2024-01-04 14:32:17 +01:00

8 lines
166 B
Batchfile

@echo off
set MYDIR=%~dp0
setlocal
set PATH=%MYDIR%bin;%PATH%
echo %PATH%
set GST_PLUGIN_PATH=%MYDIR%\lib\gstreamer-1.0
echo %GST_PLUGIN_PATH%
gst-pipeline-studio.exe