mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 18:40:13 -06:00
Restore FileIO Extension, as SQLite 3.31.x has been released
This commit is contained in:
@@ -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>
|
||||
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user