Skip to content

Commit 1ce2c56

Browse files
Steelskincompnerd
authored andcommitted
WiX: Add an identifier for the 6.2 branch
This is required to properly package the 6.2 build.
1 parent 36b5faa commit 1ce2c56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

platforms/Windows/SideBySideUpgradeStrategy.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
<BundleUpgradeCode>{FE697529-162A-4D62-904E-F5BC964C370F}</BundleUpgradeCode>
5252
</PropertyGroup>
5353

54+
<PropertyGroup Condition="'$(MajorMinorProductVersion)' == '6.2'">
55+
<BundleUpgradeCode>{E41E5E4A-6DA1-435A-A1DC-7CB3E14664F4}</BundleUpgradeCode>
56+
</PropertyGroup>
57+
5458
<PropertyGroup>
5559
<DefineConstants>
5660
$(DefineConstants);

0 commit comments

Comments
 (0)