GstPipelineStudio/installer/wix/gps.bat
2023-09-28 16:45:01 +02: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