Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix test var
  • Loading branch information
ericstj committed Aug 25, 2021
commit 88e1b96b1e7bb4f036b29b1ec144dffac71b7027
2 changes: 1 addition & 1 deletion src/installer/pkg/sfx/installers/host.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</Component>

<Component Id="cmdPath" Guid="*">
<?if $(var.MockPlatform) = x64 ?>
<?if $(var.Platform) = x64 ?>
<!-- For x64 installer, only add to PATH when actually on native platform -->
<Condition>NOT INSTALLING_IN_EMULATION</Condition>
<?endif?>
Expand Down