AppVeyor - Add missing dlls to Windows installer

Necessary for SSL support
Continuation of 2eaf1bccc1
This commit is contained in:
Alejandro Martinez
2026-02-05 02:26:02 -03:00
parent a1247996d4
commit ab5df0c9d8

View File

@@ -140,6 +140,8 @@ Section "Golden Cheetah (required)" Sec1
File "_decimal.pyd"
File "_elementtree.pyd"
File "_hashlib.pyd"
File "libcrypto-3.dll"
File "libssl-3.dll"
File "LICENSE.txt"
File "_lzma.pyd"
File "_msi.pyd"
@@ -378,8 +380,8 @@ Section Uninstall
Delete "$INSTDIR\_decimal.pyd"
Delete "$INSTDIR\_elementtree.pyd"
Delete "$INSTDIR\_hashlib.pyd"
Delete "$INSTDIR\libcrypto-1_1.dll"
Delete "$INSTDIR\libssl-1_1.dll"
Delete "$INSTDIR\libcrypto-3.dll"
Delete "$INSTDIR\libssl-3.dll"
Delete "$INSTDIR\LICENSE.txt"
Delete "$INSTDIR\_lzma.pyd"
Delete "$INSTDIR\_msi.pyd"