Skip to content
This repository was archived by the owner on Dec 13, 2024. It is now read-only.

Commit 281999d

Browse files
committed
installer files change
1 parent 888d0d8 commit 281999d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/MangaUpdates Notifications.Installer/Components.wxs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
<Component Guid="50706963-1D50-4C6F-B420-D3D6E4AF6C9A">
55

66
<File Id="MainExe" Source="$(TargetDir)Publish\MangaUpdates Notifications.exe" />
7-
<File Source="$(TargetDir)Publish\D3DCompiler_47_cor3.dll" />
87
<File Source="$(TargetDir)Publish\PenImc_cor3.dll" />
98
<File Source="$(TargetDir)Publish\PresentationNative_cor3.dll" />
109
<File Source="$(TargetDir)Publish\vcruntime140_cor3.dll" />
1110
<File Source="$(TargetDir)Publish\wpfgfx_cor3.dll" />
11+
<?if $(var.Platform) = "x64" OR $(var.Platform) = "x86"?>
12+
<File Source="$(TargetDir)Publish\D3DCompiler_47_cor3.dll" />
13+
<?endif?>
1214

1315
<Shortcut
1416
Id="MainExeShortcut"

0 commit comments

Comments
 (0)