Skip to content

Commit 503def6

Browse files
authored
Rolled back Widgets removal (#28)
1 parent 12b3a10 commit 503def6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/PPM.Installer/AppComponents.wxs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
</ServiceInstall>
1313
<ServiceControl Id="PPM_Service_control" Name="PPM_Service" Start="install" Stop="both" Remove="uninstall" Wait="no"/>
1414
</Component>
15-
<Files Include="!(bindpath.x64)\*.dll">
16-
<Exclude Files="!(bindpath.x64)\Microsoft.Windows.Widgets.dll"></Exclude>
17-
</Files>
15+
<Files Include="!(bindpath.x64)\*.dll"/>
1816
<Files Include="!(bindpath.x64)\*.runtimeconfig.json"/>
1917
<Files Include="!(bindpath.x64)\*.pri"/>
2018
<Files Include="!(bindpath.x64)\**.png">

0 commit comments

Comments
 (0)