mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove extra backslash from Gstreamer info added to the PATH on Windows
This commit is contained in:
parent
e4c80d0a88
commit
b064665b8d
1 changed files with 1 additions and 1 deletions
|
@ -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")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue