build: added OpenSSL library to windows package
* this one is required for the HTTPS request of the update check
This commit is contained in:
@@ -209,16 +209,20 @@
|
||||
<File Id='apiMsWinCrtUtility_l1_1_0' Name='api-ms-win-crt-utility-l1-1-0.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/api-ms-win-crt-utility-l1-1-0.dll' KeyPath='yes' />
|
||||
</Component>
|
||||
|
||||
<Component Id='ucrtbaseDll' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='ucrtbase' Name='ucrtbase.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/ucrtbase.dll' KeyPath='yes' />
|
||||
<Component Id='libeay32_dll' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='libeay32' Name='libeay32.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/libeay32.dll' KeyPath='yes' />
|
||||
</Component>
|
||||
|
||||
<Component Id='msvcp140_dll' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='msvcp140' Name='msvcp140.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/msvcp140.dll' KeyPath='yes' />
|
||||
</Component>
|
||||
|
||||
<Component Id='qtConf' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='qt' Name='qt.conf' DiskId='1' Source='$(var.PlatformSourceFolder)/qt.conf' KeyPath='yes' />
|
||||
</Component>
|
||||
|
||||
<Component Id='msvcp140_dll' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='msvcp140' Name='msvcp140.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/msvcp140.dll' KeyPath='yes' />
|
||||
<Component Id='ucrtbaseDll' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='ucrtbase' Name='ucrtbase.dll' DiskId='1' Source='$(var.PlatformSourceFolder)/ucrtbase.dll' KeyPath='yes' />
|
||||
</Component>
|
||||
|
||||
<Component Id='vcruntime140_dll' Guid='*' Win64="$(var.Win64)">
|
||||
|
||||
@@ -218,9 +218,10 @@
|
||||
<ComponentRef Id='apiMsWinCrtString_l1_1_0Dll'/>
|
||||
<ComponentRef Id='apiMsWinCrtTime_l1_1_0Dll'/>
|
||||
<ComponentRef Id='apiMsWinCrtUtility_l1_1_0Dll'/>
|
||||
<ComponentRef Id='ucrtbaseDll'/>
|
||||
<ComponentRef Id='qtConf'/>
|
||||
<ComponentRef Id='libeay32_dll'/>
|
||||
<ComponentRef Id='msvcp140_dll'/>
|
||||
<ComponentRef Id='qtConf'/>
|
||||
<ComponentRef Id='ucrtbaseDll'/>
|
||||
<ComponentRef Id='vcruntime140_dll'/>
|
||||
|
||||
<ComponentRef Id='QWindowsDll'/>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user