Skip to content

Commit cecf6d0

Browse files
committed
RFC: /o:PathOption=CmdToolsMinimal
Signed-off-by: Delan Azabani <dazabani@igalia.com>
1 parent 42593bc commit cecf6d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

msi/GitProduct.wxs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
</SetProperty>
5454
<SetProperty Action="SetBashCliEnvironmentPaths" Id="CLIENVIORNMENTPATHS" Value="{}" Before="InstallValidate" Sequence="execute">CLIENVIRONMENT = "Bash"</SetProperty>
5555
<SetProperty Action="SetCmdCliEnvironmentPaths" Id="CLIENVIRONMENTPATHS" Value="[INSTALLFOLDER]cmd" Before="InstallValidate" Sequence="execute">CLIENVIRONMENT = "Cmd"</SetProperty>
56+
<SetProperty Action="SetCmdToolsMinimalCliEnvironmentPaths" Id="CLIENVIRONMENTPATHS" Value="[INSTALLFOLDER]cmd;[INSTALLFOLDER]bin" Before="InstallValidate" Sequence="execute">CLIENVIRONMENT = "CmdToolsMinimal"</SetProperty>
5657
<SetProperty Action="SetCmdToolsCliEnvironmentPaths" Id="CLIENVIRONMENTPATHS" Value="[INSTALLFOLDER]cmd;[MingwFolder]bin;[INSTALLFOLDER]usr\bin" Before="InstallValidate" Sequence="execute">CLIENVIRONMENT = "CmdTools"</SetProperty>
5758

5859
<SetProperty Id="CMDLINE_LINEENDINGS" Value="[LINEENDINGS]" Before="AppSearch" Sequence="first">

0 commit comments

Comments
 (0)