mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
AppVeyor - Add missing dlls to Windows installer
Necessary for SSL support
Continuation of 2eaf1bccc1
This commit is contained in:
@@ -140,6 +140,8 @@ Section "Golden Cheetah (required)" Sec1
|
|||||||
File "_decimal.pyd"
|
File "_decimal.pyd"
|
||||||
File "_elementtree.pyd"
|
File "_elementtree.pyd"
|
||||||
File "_hashlib.pyd"
|
File "_hashlib.pyd"
|
||||||
|
File "libcrypto-3.dll"
|
||||||
|
File "libssl-3.dll"
|
||||||
File "LICENSE.txt"
|
File "LICENSE.txt"
|
||||||
File "_lzma.pyd"
|
File "_lzma.pyd"
|
||||||
File "_msi.pyd"
|
File "_msi.pyd"
|
||||||
@@ -378,8 +380,8 @@ Section Uninstall
|
|||||||
Delete "$INSTDIR\_decimal.pyd"
|
Delete "$INSTDIR\_decimal.pyd"
|
||||||
Delete "$INSTDIR\_elementtree.pyd"
|
Delete "$INSTDIR\_elementtree.pyd"
|
||||||
Delete "$INSTDIR\_hashlib.pyd"
|
Delete "$INSTDIR\_hashlib.pyd"
|
||||||
Delete "$INSTDIR\libcrypto-1_1.dll"
|
Delete "$INSTDIR\libcrypto-3.dll"
|
||||||
Delete "$INSTDIR\libssl-1_1.dll"
|
Delete "$INSTDIR\libssl-3.dll"
|
||||||
Delete "$INSTDIR\LICENSE.txt"
|
Delete "$INSTDIR\LICENSE.txt"
|
||||||
Delete "$INSTDIR\_lzma.pyd"
|
Delete "$INSTDIR\_lzma.pyd"
|
||||||
Delete "$INSTDIR\_msi.pyd"
|
Delete "$INSTDIR\_msi.pyd"
|
||||||
|
|||||||
Reference in New Issue
Block a user