Skip to content

Commit f31a386

Browse files
authored
windows: add file notification plugin in MSI package (#4367)
1 parent 5ad4b27 commit f31a386

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/windows/installer/product.wxs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@
105105
<File Id="sentinel.yaml" Source="cmd\notification-sentinel\sentinel.yaml" Name="sentinel.yaml">
106106
<PermissionEx Sddl="D:PAI(A;;FA;;;SY)(A;;FA;;;BA)"/>
107107
</File>
108+
<File Id="file.yaml" Source="cmd\notification-file\file.yaml" Name="file.yaml">
109+
<PermissionEx Sddl="D:PAI(A;;FA;;;SY)(A;;FA;;;BA)"/>
110+
</File>
108111
</Component>
109112
</Directory>
110113
<Directory Id="PatternsDir" Name="patterns" />
@@ -131,6 +134,7 @@
131134
<File Id="notification_http.exe" Source="cmd\notification-http\notification-http.exe" />
132135
<File Id="notification_splunk.exe" Source="cmd\notification-splunk\notification-splunk.exe" />
133136
<File Id="notification_sentinel.exe" Source="cmd\notification-sentinel\notification-sentinel.exe" />
137+
<File Id="notification_file.exe" Source="cmd\notification-file\notification-file.exe" />
134138
</Component>
135139
</Directory>
136140
</Directory>

0 commit comments

Comments
 (0)