Skip to content

Commit cd979b7

Browse files
committed
Add NJsonSchema.dll to files.wxs to fix installer
1 parent b664a3d commit cd979b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/files.wxs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,9 @@
484484
<Component Id="cmp638B7DC05FC5B4ABB321BFEAF36D6C2F" Guid="{BED735BB-7CB0-4FD0-8C20-74BCCB642818}">
485485
<File Id="filB2EC26320BDBF8A5059651D849DDF4FB" KeyPath="yes" Source="$(env.ProductSourcePath)\api-ms-win-core-debug-l1-1-0.dll" />
486486
</Component>
487+
<Component Id="cmpCMPBEBE69C76E9D42EE9D1B5A1BDC68D" Guid="{C1A8F06A-A86A-45AB-93DA-B350949D4ABA}">
488+
<File Id="fil592BA59B381D4807BD99574200494481" KeyPath="yes" Source="$(env.ProductSourcePath)\NJsonSchema.dll" />
489+
</Component>
487490
<Component Id="cmp79CAE24B87836EB856F795A0F0C0277A" Guid="{5E89AF7C-AD9A-4216-BCB3-10B0CDDBB304}">
488491
<File Id="fil12A170221FD22352E7324E6890C04CA6" KeyPath="yes" Source="$(env.ProductSourcePath)\pwsh.dll" />
489492
</Component>
@@ -1978,6 +1981,7 @@
19781981
<ComponentRef Id="cmpC0838E8C57D468419FA312FCDC692C2D" />
19791982
<ComponentRef Id="cmp53AF51D171028D3271F1D0D78B95C0B4" />
19801983
<ComponentRef Id="cmp638B7DC05FC5B4ABB321BFEAF36D6C2F" />
1984+
<ComponentRef Id="cmpCMPBEBE69C76E9D42EE9D1B5A1BDC68D" />
19811985
<ComponentRef Id="cmp79CAE24B87836EB856F795A0F0C0277A" />
19821986
<ComponentRef Id="cmpC46C08E02A4A83F863F812A3EC12B002" />
19831987
<ComponentRef Id="cmp9782F919130CAF5E0CF02FE60CC64205" />

0 commit comments

Comments
 (0)