Allow RC Windows Installer to be built

The windows installer doesn't like -rc's because it's not strictly semver, but this error can be suppressed.

Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
Ashley Cui
2025-10-29 17:32:31 -04:00
parent 6fe36e2aee
commit ec5e40ae42

View File

@@ -1,6 +1,7 @@
<Project Sdk="WixToolset.Sdk/5.0.2">
<PropertyGroup>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<SuppressIces>ICE24</SuppressIces>
</PropertyGroup>
<ItemGroup>
<HarvestDirectory Include="..\docs">