Skip to content

Commit 8a39401

Browse files
committed
Fix installer typos
1 parent a342fcb commit 8a39401

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

util/installer/Installer32.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@
203203
</Directory>
204204

205205
<Directory Id='plugins_d3d12' Name='d3d12'>
206-
<Component Id='d2d12_plugin' Win64="yes" Guid='383E6D55-F140-44E3-91B5-E98EEAAB28A7'>
207-
<File Id='dxcompiler' Name='dxcompiler.dll' DiskId='1' Source='dist/Release64/plugins/d3d12/dxcompiler.dll' KeyPath='yes' />
206+
<Component Id='d3d12_plugin' Guid='383E6D55-F140-44E3-91B5-E98EEAAB28A7'>
207+
<File Id='dxcompiler' Name='dxcompiler.dll' DiskId='1' Source='dist/Release32/plugins/d3d12/dxcompiler.dll' KeyPath='yes' />
208208
</Component>
209209
</Directory>
210210

util/installer/Installer64.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
</Directory>
201201

202202
<Directory Id='plugins_d3d12' Name='d3d12'>
203-
<Component Id='d2d12_plugin' Win64="yes" Guid='383E6D55-F140-44E3-91B5-E98EEAAB28A7'>
203+
<Component Id='d3d12_plugin' Win64="yes" Guid='383E6D55-F140-44E3-91B5-E98EEAAB28A7'>
204204
<File Id='dxcompiler' Name='dxcompiler.dll' DiskId='1' Source='dist/Release64/plugins/d3d12/dxcompiler.dll' KeyPath='yes' />
205205
</Component>
206206
</Directory>

0 commit comments

Comments
 (0)