mirror of
https://github.com/jellyfin/jellyfin-mpv-shim.git
synced 2024-11-23 14:09:57 +00:00
Use pywin32 304 and pyinstaller 5.1. (last known good configuration)
This commit is contained in:
parent
9b3bbb9285
commit
e3d60a41a8
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user