mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +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 "_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"
|
||||
|
||||
Reference in New Issue
Block a user