mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-27 22:40:34 -06:00
Updating MSI installer for OpenSSL 1.1.1
This commit is contained in:
@@ -88,8 +88,8 @@
|
||||
<Component><File Source="$(var.QtPath)\bin\Qt5PrintSupport.dll" /></Component>
|
||||
<Component><File Source="$(var.QtPath)\bin\Qt5Widgets.dll" /></Component>
|
||||
<Component><File Source="$(var.QtPath)\bin\Qt5Xml.dll" /></Component>
|
||||
<Component><File Source="$(var.OpenSSLPath)\libeay32.dll" /></Component>
|
||||
<Component><File Source="$(var.OpenSSLPath)\ssleay32.dll" /></Component>
|
||||
<Component><File Source="$(var.OpenSSLPath)\libcrypto-1_1.dll" /></Component>
|
||||
<Component><File Source="$(var.OpenSSLPath)\libssl-1_1.dll" /></Component>
|
||||
<Component><File Source="$(var.SQLCipherPath)\sqlcipher.dll" /></Component>
|
||||
<Component><File Source="$(var.SQLitePath)\sqlite3.dll" /></Component>
|
||||
<Component><File Source="$(var.SQLiteExePath)\DB Browser for SQLite.exe" Checksum="yes" /></Component>
|
||||
@@ -181,8 +181,8 @@
|
||||
<ComponentRef Id="Qt5Widgets.dll" />
|
||||
<ComponentRef Id="Qt5Xml.dll" />
|
||||
<!-- OpenSSL -->
|
||||
<ComponentRef Id="libeay32.dll" />
|
||||
<ComponentRef Id="ssleay32.dll" />
|
||||
<ComponentRef Id="libcrypto-1_1.dll" />
|
||||
<ComponentRef Id="libssl-1_1.dll" />
|
||||
<!-- SQLite & SQLCipher -->
|
||||
<ComponentRef Id="sqlcipher.dll" />
|
||||
<ComponentRef Id="sqlite3.dll" />
|
||||
|
||||
Reference in New Issue
Block a user