win_installer: install network dlls needed by the GUI
This commit is contained in:
parent
6a01fa9b70
commit
49f1282ce1
1
.github/workflows/release-windows.yml
vendored
1
.github/workflows/release-windows.yml
vendored
@ -117,6 +117,7 @@ jobs:
|
||||
xcopy /s gui\help win_installer\files\help || exit /b !errorlevel!
|
||||
del win_installer\files\translations\*.qm || exit /b !errorlevel!
|
||||
move gui\*.qm win_installer\files\translations || exit /b !errorlevel!
|
||||
copy win_installer\dlls\*.dll win_installer\files || exit /b !errorlevel!
|
||||
|
||||
- name: Build Installer
|
||||
run: |
|
||||
|
@ -45,6 +45,9 @@
|
||||
<?if $(var.Platform) = x64 ?>
|
||||
<File Id='Qt5Chartsdll' Name='Qt5Charts.dll' Source='$(var.QtDllDir)\Qt5Charts.dll' />
|
||||
<?endif?>
|
||||
<File Id='Qt5Network.dll' Name='Qt5Network.dll' DiskId='1' Source='$(var.QtDllDir)\Qt5Network.dll' />
|
||||
<File Id='libcrypto.dll' Name='libcrypto-1_1-x64.dll' DiskId='1' Source='$(var.QtDllDir)\libcrypto-1_1-x64.dll' />
|
||||
<File Id='libssl.dll' Name='libssl-1_1-x64.dll' DiskId='1' Source='$(var.QtDllDir)\libssl-1_1-x64.dll' />
|
||||
</Component>
|
||||
<Directory Id='QtPlatformsFolder' Name='platforms'>
|
||||
<Component Id='QtPlatforms' DiskId='1' Guid='$(var.qtplatformsGUID)'>
|
||||
|
BIN
win_installer/dlls/libcrypto-1_1-x64.dll
Normal file
BIN
win_installer/dlls/libcrypto-1_1-x64.dll
Normal file
Binary file not shown.
BIN
win_installer/dlls/libssl-1_1-x64.dll
Normal file
BIN
win_installer/dlls/libssl-1_1-x64.dll
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user