Kaydet (Commit) 3892189d authored tarafından Steve Dower's avatar Steve Dower

Closes #23482: sqlite3_d.dll is not included in installer

üst e30c8fc5
...@@ -46,6 +46,13 @@ ...@@ -46,6 +46,13 @@
</Component> </Component>
<?endforeach ?> <?endforeach ?>
<Component Id="sqlite3_d.dll" Directory="DLLs" Guid="*">
<File Name="sqlite3_d.dll" KeyPath="yes" />
</Component>
<Component Id="sqlite3_d.pdb" Directory="DLLs" Guid="*">
<File Name="sqlite3_d.pdb" KeyPath="yes" />
</Component>
</ComponentGroup> </ComponentGroup>
</Fragment> </Fragment>
<Fragment> <Fragment>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment