Use pywin32 304 and pyinstaller 5.1. (last known good configuration)

This commit is contained in:
Ian Walton 2023-02-13 02:26:18 -05:00
parent 9b3bbb9285
commit e3d60a41a8
2 changed files with 3 additions and 3 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 pyinstaller-hooks-contrib==2022.13 pywin32==305 pywin32-ctypes==0.2.0
pip install .[all] pywebview==3.4 pywin32==304
./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 pyinstaller-hooks-contrib==2022.13 pywin32==305 pywin32-ctypes==0.2.0
pip install .[all] pywebview==3.4 pywin32==304
./gen_pkg.sh --skip-build
python ./get_pywebview_natives.py
shell: bash

View File

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