Removed unnecessary components

This commit is contained in:
vadym 2022-12-13 19:56:40 +02:00
parent 78960c0b1d
commit 3ca22a96aa

View file

@ -244,9 +244,6 @@ cat > wix.xml << EOF
<Feature Id="MeshFeature" Title="Mesh" Level="1"> <Feature Id="MeshFeature" Title="Mesh" Level="1">
<ComponentRef Id="MainExecutable" /> <ComponentRef Id="MainExecutable" />
<ComponentRef Id="WebViewResources" />
<ComponentRef Id="AssetsResources" />
<ComponentRef Id="FontsResources" />
<ComponentRef Id="UIExecutable" /> <ComponentRef Id="UIExecutable" />
<ComponentRef Id="CtrlExecutable" /> <ComponentRef Id="CtrlExecutable" />
<ComponentRef Id="cmpDesktopShortcut" /> <ComponentRef Id="cmpDesktopShortcut" />