Skip to content

Commit 28e640c

Browse files
authored
fix: suppressregistry typo (#35)
1 parent 5eaddfd commit 28e640c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/JetBrainsMono.wixproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<HarvestDirectory Include="Fonts">
88
<ComponentGroupName>FontComponents</ComponentGroupName>
99
<DirectoryRefId>FontsFolder</DirectoryRefId>
10-
<SupressRegistry>true</SupressRegistry>
10+
<SuppressRegistry>true</SuppressRegistry>
1111
<SupressCom>true</SupressCom>
1212
<SuppressRootDirectory>true</SuppressRootDirectory>
1313
<PreprocessorVariable>var.FontsDirectory</PreprocessorVariable>
@@ -17,7 +17,7 @@
1717
<BindPath Include="Fonts" />
1818
</ItemGroup>
1919
<ItemGroup>
20-
<PackageReference Include="WixToolset.Heat" Version="5.0.0" />
21-
<PackageReference Include="WixToolset.UI.wixext" Version="5.0.0" />
20+
<PackageReference Include="WixToolset.Heat" Version="5.0.2" />
21+
<PackageReference Include="WixToolset.UI.wixext" Version="5.0.2" />
2222
</ItemGroup>
2323
</Project>

0 commit comments

Comments
 (0)