mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
AppVeyor - Add missing dll to Windows installer
Required to use pandas
This commit is contained in:
@@ -146,6 +146,7 @@ Section "Golden Cheetah (required)" Sec1
|
|||||||
File "_multiprocessing.pyd"
|
File "_multiprocessing.pyd"
|
||||||
File "_overlapped.pyd"
|
File "_overlapped.pyd"
|
||||||
File "pyexpat.pyd"
|
File "pyexpat.pyd"
|
||||||
|
File "libffi-8.dll"
|
||||||
File "python311.dll"
|
File "python311.dll"
|
||||||
File "python311._pth"
|
File "python311._pth"
|
||||||
File "python311.zip"
|
File "python311.zip"
|
||||||
@@ -385,6 +386,7 @@ Section Uninstall
|
|||||||
Delete "$INSTDIR\_multiprocessing.pyd"
|
Delete "$INSTDIR\_multiprocessing.pyd"
|
||||||
Delete "$INSTDIR\_overlapped.pyd"
|
Delete "$INSTDIR\_overlapped.pyd"
|
||||||
Delete "$INSTDIR\pyexpat.pyd"
|
Delete "$INSTDIR\pyexpat.pyd"
|
||||||
|
Delete "$INSTDIR\libffi-8.dll"
|
||||||
Delete "$INSTDIR\python311.dll"
|
Delete "$INSTDIR\python311.dll"
|
||||||
Delete "$INSTDIR\python311._pth"
|
Delete "$INSTDIR\python311._pth"
|
||||||
Delete "$INSTDIR\python311.zip"
|
Delete "$INSTDIR\python311.zip"
|
||||||
|
|||||||
Reference in New Issue
Block a user