mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
MDEV-33115 Update HeidiSQL to 12.6
This commit is contained in:
parent
c554f26832
commit
1b747ffd05
2 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
SET(HEIDISQL_BASE_NAME "HeidiSQL_12.3_32_Portable")
|
||||
SET(HEIDISQL_BASE_NAME "HeidiSQL_12.6_32_Portable")
|
||||
SET(HEIDISQL_ZIP "${HEIDISQL_BASE_NAME}.zip")
|
||||
SET(HEIDISQL_URL "http://www.heidisql.com/downloads/releases/${HEIDISQL_ZIP}")
|
||||
SET(HEIDISQL_DOWNLOAD_DIR ${THIRD_PARTY_DOWNLOAD_LOCATION}/${HEIDISQL_BASE_NAME})
|
||||
|
|
|
@ -68,6 +68,12 @@
|
|||
<Component Id="component.HeidiSQL_gds32_14.1.dll" Guid="*" Win64="no">
|
||||
<File Id="gds32_14.1.dll" Name="gds32-14.1.dll" Source="${HEIDISQL_DOWNLOAD_DIR}\gds32-14.1.dll" />
|
||||
</Component>
|
||||
<Component Id="component.HeidiSQL_libeay32.dll" Guid="*" Win64="no">
|
||||
<File Id="libeay32.dll" Name="libeay32.dll" Source="${HEIDISQL_DOWNLOAD_DIR}\libeay32.dll" />
|
||||
</Component>
|
||||
<Component Id="component.HeidiSQL_ssleay32.dll" Guid="*" Win64="no">
|
||||
<File Id="ssleay32.dll" Name="ssleay32.dll" Source="${HEIDISQL_DOWNLOAD_DIR}\ssleay32.dll" />
|
||||
</Component>
|
||||
<Component Id="component.HeidiSQL_plink.exe" Guid="*" Win64="no">
|
||||
<File Id="plink.exe" Name="plink.exe" Source="${HEIDISQL_DOWNLOAD_DIR}\plink.exe" />
|
||||
</Component>
|
||||
|
@ -115,6 +121,8 @@
|
|||
<ComponentRef Id="component.HeidiSQL_libmysql_6.1.dll" />
|
||||
<ComponentRef Id="component.HeidiSQL_fbclient_4.0.dll" />
|
||||
<ComponentRef Id="component.HeidiSQL_gds32_14.1.dll" />
|
||||
<ComponentRef Id="component.HeidiSQL_libeay32.dll" />
|
||||
<ComponentRef Id="component.HeidiSQL_ssleay32.dll" />
|
||||
<ComponentRef Id="component.HeidiSQL_plink.exe" />
|
||||
<ComponentRef Id="component.HeidiSQL_LICENSE_openssl" />
|
||||
<?foreach db in $(var.functions_dblist) ?>
|
||||
|
|
Loading…
Reference in a new issue