Use pywin32 305, pyinstaller 5.6.2, pyinstaller-hooks-contrib 2022.13, and pywin32-ctypes 0.2.0

This commit is contained in:
Ian Walton 2023-02-13 01:32:23 -05:00
parent a99b1cbf87
commit 9b3bbb9285
3 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ jobs:
mv libmpv-2.dll mpv-2.dll
pip install wheel
pip install git+https://github.com/pythonnet/pythonnet@438bcdd3f0b2e2ee358b407cfc96e4385e5783fc
pip install .[all] pywebview==3.4 pywin32==300
pip install .[all] pywebview==3.4 pyinstaller-hooks-contrib==2022.13 pywin32==305 pywin32-ctypes==0.2.0
./gen_pkg.sh --skip-build
python ./get_pywebview_natives.py
shell: bash
@ -56,7 +56,7 @@ jobs:
mv libmpv-2.dll mpv-2.dll
pip install wheel
pip install git+https://github.com/pythonnet/pythonnet@438bcdd3f0b2e2ee358b407cfc96e4385e5783fc
pip install .[all] pywebview==3.4 pywin32==300
pip install .[all] pywebview==3.4 pyinstaller-hooks-contrib==2022.13 pywin32==305 pywin32-ctypes==0.2.0
./gen_pkg.sh --skip-build
python ./get_pywebview_natives.py
shell: bash

View File

@ -45,7 +45,8 @@ function get_resource_version {
if [[ "$1" == "--get-pyinstaller" ]]
then
echo "Downloading pyinstaller..."
pi_version=$(get_resource_version pyinstaller/pyinstaller)
#pi_version=$(get_resource_version pyinstaller/pyinstaller)
pi_version=v5.6.2
download_compat release.zip "https://github.com/pyinstaller/pyinstaller/archive/$pi_version.zip" "pi"
(
mkdir pyinstaller

View File

@ -1,5 +1,4 @@
# noinspection PyUnresolvedReferences,PyPackageRequirements
import pywintypes # required for correct import, see: https://github.com/mhammond/pywin32/issues/1730
import win32gui
import logging