Skip to content

Commit

Permalink
Fix installer typos
Browse files Browse the repository at this point in the history
  • Loading branch information
baldurk committed Sep 27, 2024
1 parent a342fcb commit 8a39401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions util/installer/Installer32.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@
</Directory>

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

Expand Down
2 changes: 1 addition & 1 deletion util/installer/Installer64.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
</Directory>

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

0 comments on commit 8a39401

Please sign in to comment.