GstPipelineStudio/installer/wix/gps.bat
2023-04-12 12:07:36 +02:00

8 lines
162 B
Batchfile

@echo off
set MYDIR=%~dp0
setlocal
set PATH=%MYDIR%bin;%PATH%
echo %PATH%
set GST_PLUGIN_PATH=%MYDIR%/gstreamer-1.0
echo %GST_PLUGIN_PATH%
gst_pipeline_studio.exe