[ci,windows] Add pywin32-ctypes dependency

This commit is contained in:
Fabian 2022-09-27 21:32:51 +02:00
parent 937fb13331
commit 7c6327f3dc

View File

@ -56,8 +56,8 @@ package_windows:
- C:\\Python310\\python.exe --version
- C:\\Python310\\python.exe -m pip install pipenv
- C:\\Python310\\python.exe -m pipenv sync --dev
# for exe icon
- C:\\Python310\\python.exe -m pipenv install pillow
# pyinstaller windows only dependencies
- C:\\Python310\\python.exe -m pipenv install --skip-lock pillow pywin32-ctypes
script:
- C:\\Python310\\python.exe -m pipenv run pyinstaller --onefile --windowed --name "${WINDOWS_AMD64_BINARY}" -i src/fime/icons/appointment-new.svg src/fime/main.py
artifacts: