[ci,windows] Add pywin32-ctypes dependency
This commit is contained in:
parent
937fb13331
commit
7c6327f3dc
@ -56,8 +56,8 @@ package_windows:
|
|||||||
- C:\\Python310\\python.exe --version
|
- C:\\Python310\\python.exe --version
|
||||||
- C:\\Python310\\python.exe -m pip install pipenv
|
- C:\\Python310\\python.exe -m pip install pipenv
|
||||||
- C:\\Python310\\python.exe -m pipenv sync --dev
|
- C:\\Python310\\python.exe -m pipenv sync --dev
|
||||||
# for exe icon
|
# pyinstaller windows only dependencies
|
||||||
- C:\\Python310\\python.exe -m pipenv install pillow
|
- C:\\Python310\\python.exe -m pipenv install --skip-lock pillow pywin32-ctypes
|
||||||
script:
|
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
|
- 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:
|
artifacts:
|
||||||
|
Loading…
Reference in New Issue
Block a user