Skip to content

Commit ecd81ce

Browse files
committed
WiX: correct substitution for product version
Ensure that we encode the correct value for the product for the devtools MSI.
1 parent ce12b97 commit ecd81ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/Windows/devtools.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ProductArchitecture>$(ProductArchitecture)</ProductArchitecture>
1313

1414
<ProductVersion Condition=" '$(ProductVersion)' == '' ">0.0.0</ProductVersion>
15-
<ProductVersion>0.0.0</ProductVersion>
15+
<ProductVersion>$(ProductVersion)</ProductVersion>
1616
</PropertyGroup>
1717

1818
<PropertyGroup>

0 commit comments

Comments
 (0)