Merge pull request #5044 from jwhonce/issues/4335

Update XML to not embed quote in PATH on windows
This commit is contained in:
OpenShift Merge Robot
2020-02-03 06:57:07 -08:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,7 @@
</Directory>
<Property Id="setx" Value="setx.exe"/>
<CustomAction Id="ChangePath" ExeCommand='PATH "%PATH%;[INSTALLDIR]"' Property="setx" Execute="deferred" Impersonate="yes" Return="check"/>
<CustomAction Id="ChangePath" ExeCommand="PATH &quot;%PATH%;[INSTALLDIR] &quot;" Property="setx" Execute="deferred" Impersonate="yes" Return="check"/>
<Feature Id="Complete" Level="1">
<ComponentRef Id="INSTALLDIR_Component"/>

View File

@ -1,4 +1,3 @@
# links-to-html.lua
function Link(el)
el.target = string.gsub(el.target, "%.1.md", ".html")
return el