AppVeyor - Add missing dll to Windows installer

Required to use pandas
This commit is contained in:
Alejandro Martinez
2026-02-04 15:58:39 -03:00
parent d8b10fe9f4
commit b01f144476

View File

@@ -146,6 +146,7 @@ Section "Golden Cheetah (required)" Sec1
File "_multiprocessing.pyd"
File "_overlapped.pyd"
File "pyexpat.pyd"
File "libffi-8.dll"
File "python311.dll"
File "python311._pth"
File "python311.zip"
@@ -385,6 +386,7 @@ Section Uninstall
Delete "$INSTDIR\_multiprocessing.pyd"
Delete "$INSTDIR\_overlapped.pyd"
Delete "$INSTDIR\pyexpat.pyd"
Delete "$INSTDIR\libffi-8.dll"
Delete "$INSTDIR\python311.dll"
Delete "$INSTDIR\python311._pth"
Delete "$INSTDIR\python311.zip"