Remove extra backslash from Gstreamer info added to the PATH on Windows

This commit is contained in:
Fernando Jiménez Moreno 2018-11-30 11:22:10 +01:00
parent e4c80d0a88
commit b064665b8d

View file

@ -46,7 +46,7 @@
Advertise="yes"/>
</File>
${include_dependencies()}
<Environment Id="PATH" Name="PATH" Value="[GSTINSTALLDIR]\1.0\x86\bin;[GSTINSTALLDIR64]\1.0\x86_64\bin" Permanent="yes" Part="last" Action="set" System="yes" />
<Environment Id="PATH" Name="PATH" Value="[GSTINSTALLDIR]1.0\x86\bin;[GSTINSTALLDIR64]1.0\x86_64\bin" Permanent="yes" Part="last" Action="set" System="yes" />
</Component>
${include_directory(resources_path, "resources")}