Skip to content

Commit

Permalink
Restore FileIO Extension, as SQLite 3.31.x has been released
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Feb 3, 2020
1 parent 784bdc7 commit cbced65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions installer/windows/product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<Directory Id="extensions" Name="extensions">
<Component><File Source="$(var.SQLitePath)\math.dll" /></Component>
<Component><File Source="$(var.SQLitePath)\formats.dll" /></Component>
<Component><File Source="$(var.SQLitePath)\fileio.dll" /></Component>
</Directory>
<Directory Id="imageformats" Name="imageformats">
<Component><File Source="$(var.QtPath)\plugins\imageformats\qgif.dll" /></Component>
Expand Down Expand Up @@ -148,6 +149,9 @@
<Feature Id="FormatsExtension" Title="Formats" Description="Provide additional field display formats." AllowAdvertise="no">
<ComponentRef Id="formats.dll" />
</Feature>
<Feature Id="FileioExtension" Title="Fileio" Description="Implements SQL functions readfile(), writefile(), and eponymous virtual type 'fsdir'." AllowAdvertise="no">
<ComponentRef Id="fileio.dll" />
</Feature>
</Feature>

<!-- Shortcuts -->
Expand Down

0 comments on commit cbced65

Please sign in to comment.