mirror of
https://github.com/jellyfin/jellyfin-mpv-shim.git
synced 2024-11-26 15:50:27 +00:00
Use pywin32 305, pyinstaller 5.6.2, pyinstaller-hooks-contrib 2022.13, and pywin32-ctypes 0.2.0
This commit is contained in:
parent
a99b1cbf87
commit
9b3bbb9285
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 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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user